I have a paradigm with TrackerDealer having two TrackerUD instances, and when I try to use reconstruct_tracker I get this error:
File "/home/larsoner/Documents/python/larsoner/adaptivetempcoh/behavioral.py", line 18, in <module>
trackers = reconstruct_tracker(fname_tab)
File "expyfun/io/_parse.py", line 154, in reconstruct_tracker
tr[-1].respond(r)
File "expyfun/stimuli/_tracker.py", line 219, in respond
raise RuntimeError('Tracker is stopped.')
RuntimeError: Tracker is stopped.
@maddycapp27 is this use case intended to be supported by reconstruct_tracker, and if so, this is a bug, right?