mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
Update makefile
This commit is contained in:
parent
c7ea361cf4
commit
8253b5bdc4
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
# Variables
|
# Variables
|
||||||
SOURCE_DIR = batdetect2
|
SOURCE_DIR = src
|
||||||
TESTS_DIR = tests
|
TESTS_DIR = tests
|
||||||
PYTHON_DIRS = batdetect2 tests
|
PYTHON_DIRS = src tests
|
||||||
DOCS_SOURCE = docs/source
|
DOCS_SOURCE = docs/source
|
||||||
DOCS_BUILD = docs/build
|
DOCS_BUILD = docs/build
|
||||||
HTML_COVERAGE_DIR = htmlcov
|
HTML_COVERAGE_DIR = htmlcov
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from sklearn.metrics import auc, roc_curve
|
from sklearn.metrics import auc, roc_curve
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user