batdetect2/tests
2025-03-12 18:10:19 +00:00
..
data Add audio files provided by @padpadpadpad to the contrib test files 2024-11-11 12:12:38 +00:00
__init__.py Added an API file with tests to check basic functionality 2023-02-25 19:40:54 +00:00
conftest.py Run the same test with example data instead of random audio 2024-11-11 11:57:46 +00:00
test_api.py Added tests for api and load_audio 2025-02-26 14:12:42 +01:00
test_audio_utils.py Added load_audio_data() which returns the original sample rate. Changed load_audio() implementation so that it uses load_audio_data but retains its signature. du.process_file() now does not need to call get_samplerate 2025-02-27 08:10:27 +01:00
test_cli.py Added the chunk_size param to the detect command 2025-03-12 17:59:18 +00:00
test_contrib.py Created test to verify no errors occurred when running on padpadpadpad recordings 2024-11-11 12:13:00 +00:00
test_detections.py tests: Added a test to check that detections above the nyquist freq are excluded 2023-11-24 15:40:37 +00:00
test_features.py tests: added tests for feature computation 2023-08-03 11:46:06 +01:00
test_model.py Run the same test with example data instead of random audio 2024-11-11 11:57:46 +00:00