yihanhu97 / SoundMapping-ODAS

This repository is created to document any scripts that are made under the supervision of Prof. Yoav Freund and Prof. Peter Gerstoft in the process of creating a sound data processing and analyzing project
3 stars 0 forks source link

bug in combine dataframes. Only array 0 values are visible in combined. #7

Closed chaitanyaspatil closed 4 years ago

chaitanyaspatil commented 4 years ago

No bug, since a run of combineDataframes.py in jupyter does not lead to any problems. I checked the logs and for some days, only those files with suffix 0 are being read. This is probably because those were the only files that existed at that point of time.

This is probably because combineDataframes.py is being executed a bit too soon - before all the logs have been converted into .csv files.

chaitanyaspatil commented 4 years ago

Closing this issue