BirdVox / birdvoxdetect

A pre-trained deep learning system for detecting bird flight calls in continuous recordings
MIT License
76 stars 15 forks source link

checklist bug when no flight calls are present in the first 30 minutes #79

Closed lostanlen closed 3 years ago

lostanlen commented 3 years ago

caused by the hierarchical consistency PR https://github.com/BirdVox/birdvoxdetect/pull/73

Pandas drops DataFrame columns during concatenation

/home/vl1019/miniconda3/envs/bvd04/lib/python3.6/site-packages/pandas/core/frame.py:7123: FutureWarning: Sorting because non-concatenation axis is not aligned. A future version
of pandas will change to not sort by default.

To accept the future behavior, pass 'sort=False'.

To retain the current behavior and silence the warning, pass 'sort=True'.

  sort=sort,

triggered during the BV-300h usability test specifically unit01/20150815004003_checklist.csv

must be fixed before 0.5