-
Hello For some reason, everything I have within the Modifying the data in the on_start and on_finish parameters works perfectly fine, it is only the data parameter itself which is misbehaving.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah damn, after struggling for a full day I found the problem. In my |
Beta Was this translation helpful? Give feedback.
Ah damn, after struggling for a full day I found the problem. In my
on_trial_start
I had atrial.data
modification. I didn't realise that it would overwrite the inputs in thedata
parameter.