lkorczowski / Tinnitus-n-Sleep

Detecting events in sleeping tinnitus patients
MIT License
1 stars 0 forks source link

tinnsleep.create_reports: reporting not passing time_interval #58

Closed lkorczowski closed 4 years ago

lkorczowski commented 4 years ago

In obvious and very, very bad issue as we forgot to pass time_interval in reporting to generate_report. So the default time_interval=0.25 is ALWAYS used (too bad because the MEMA reporting doesn't use that).

I'm fixing it.

lkorczowski commented 4 years ago

to avoid that kind of problem, now time_interval in generate_report is mandatory.

lkorczowski commented 4 years ago

same issue with parameter delim