In a Builder experiment with nested loops, terminating the experiment early via the escape key results in a nonsensical column being inserted into the .csv data output file.
e.g. if the outer loop is named trials_2, then following early termination, a column will be added after the trials_2.thisIndex column, labelled trials_2.thisTrial, with cell values of None. i.e. it seems that the entire thisTrial object is being passed to be saved in the data in this situation. This makes data files following early termination have one extra column than data files from regular sessions.
The text was updated successfully, but these errors were encountered:
In a Builder experiment with nested loops, terminating the experiment early via the
escape
key results in a nonsensical column being inserted into the .csv data output file.e.g. if the outer loop is named
trials_2
, then following early termination, a column will be added after thetrials_2.thisIndex
column, labelledtrials_2.thisTrial
, with cell values ofNone
. i.e. it seems that the entirethisTrial
object is being passed to be saved in the data in this situation. This makes data files following early termination have one extra column than data files from regular sessions.The text was updated successfully, but these errors were encountered: