Ivar showed me an impossible bug where undoing an operation appears to change the dataset loaded.
The data now appears to have grey bars and the cadence is guessed, rendering incorrectly. Looking at the metadata tab you can see that the data has been modified.
I awarded Ivar the bug of the week.
Last edit: Jeremy Faden 2026-07-24
See (on UIowa campus) /home/jbf/project/tracers/research-git/tracers/u/ivar/2026/20260724
This seems to be a bug in the CSV reader, where it actually returns a different dataset:
Within AsciiTableDataSource, In the first working case, the variable "eventListColumn" is set to "field3" and the non-working case it is not set.
The AsciiTableDataSource now explicitly resets class variables "column" and "bundle" when getDataSet is called.