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