Update makefile

This commit is contained in:
mbsantiago 2025-06-23 18:53:15 +01:00
parent c7ea361cf4
commit 8253b5bdc4
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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