Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stem-dev] Slight change in CSV loggers

If you had a sequencer that started say Jan 1 and with an end time of Jan 10, the .csv files would contain:

1, Jan 2 Initial state of the simulation
2, Jan 3 State after 1 day
3, Jan 4 State after 2 days.
...
10, Jan 11 State after 9 days

Now instead the log files correctly shows:

1, Jan 1 Initial state of the simulation
2, Jan 2 State after 1 day
3, Jan 3 State after 2 days.
...
11, Jan 11 State after 9 days

Let me know if there's any concerns with this change.

Regards,
/ Stefan

Stefan Edlund
Public Health and Computer Science Research
IBM Almaden Research Center
(408) 927-1766   edlund@xxxxxxxxxxxxxxx


Back to the top