Commit Graph

22 Commits

Author SHA1 Message Date
mbsantiago
f61d1d8c72 Add audio files provided by @padpadpadpad to the contrib test files 2024-11-11 12:12:38 +00:00
mbsantiago
3477d7b5b4 Run the same test with example data instead of random audio 2024-11-11 11:57:46 +00:00
mbsantiago
394c66a2ee Added test to validate that changing model loading behaviour did not change model predictions 2024-11-11 11:46:27 +00:00
mbsantiago
505cca2dea Original test now passing. Issue seems to be fixed 2024-11-10 22:41:03 +00:00
mbsantiago
7906842a16 Added test to ensure pad_audio function, and utils, are working as expected 2024-11-10 22:39:30 +00:00
mbsantiago
d93d8284d0 Added a test that replicates the error 2024-11-10 20:06:58 +00:00
Santiago Martinez
986cfc463c tests: Added a test to check that detections above the nyquist freq are excluded 2023-11-24 15:40:37 +00:00
Santiago Martinez
3288f52bbd tests: added tests for feature computation 2023-08-03 11:46:06 +01:00
Santiago Martinez
36d616530a tests: Added test for using the spec_feature flag 2023-08-03 11:46:06 +01:00
Santiago Martinez
04af74228b fix: the case of no detections is now handled better 2023-05-11 13:59:20 +01:00
Santiago Martinez
327f741aa2 feat: added filename to console output in cli 2023-05-01 17:51:18 +01:00
Santiago Martinez
b71cb8c755 fix: CLI now reads time_expansion_factor correctly 2023-05-01 15:04:29 +01:00
Santiago Martinez
b8bbfe8ad4 updated extract spec slices bit 2023-04-07 15:20:15 -06:00
Santiago Martinez
0a22f1798e Checked that returned features is a 2d numpy array 2023-04-07 14:46:38 -06:00
Santiago Martinez
9e79849d6f Changed bat_detect to batdetect2 2023-04-07 11:24:22 -06:00
Santiago Martinez
74e8283576 update run_batdetect command 2023-03-20 11:09:41 +00:00
Santiago Martinez
acf01f4970 Added postprocess function to API 2023-02-26 20:48:52 +00:00
Santiago Martinez
b0d9576a24 Changed public API to use trained model by default 2023-02-26 19:17:47 +00:00
Santiago Martinez
a2deab9f3f Added click to dependencies and made cli tests 2023-02-26 18:40:35 +00:00
Santiago Martinez
6f2bb605d3 Moved types to a single module 2023-02-26 14:27:03 +00:00
Santiago Martinez
f0b0f28379 Changed the model API so that they always return the features 2023-02-25 20:10:44 +00:00
Santiago Martinez
0eecf54a94 Added an API file with tests to check basic functionality 2023-02-25 19:40:54 +00:00