Closed lkorczowski closed 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).
time_interval
reporting
generate_report
time_interval=0.25
I'm fixing it.
to avoid that kind of problem, now time_interval in generate_report is mandatory.
same issue with parameter delim
delim
In obvious and very, very bad issue as we forgot to pass
time_interval
inreporting
togenerate_report
. So the defaulttime_interval=0.25
is ALWAYS used (too bad because the MEMA reporting doesn't use that).I'm fixing it.