BergelsonLab / BergelsonLab/blabpy
its.py new sub_recording column names
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The method gather_sub_recordings() in its.py has been updated to change the column names from recording_start, recording_end, and recording_start_wav to start_dt, end _dt, start_ms, end_ms. However, there are certain methods across blabpy that has not accounted for this change, causing errors of the form "AttributeError: 'DataFrame' object has no attribute 'recording_start'" (e.g. the make_intervals method in vihi.pipeline)
Contributor guide
Assessment
This issue has not been assessed yet.