That’s the error I get. It refers to a line in the Coder script, that is apparently generated based on the Builder, but it’s not that I have coded it. I don’t know where it comes from.
I was using fixation_time + 1.0 in the Builder for an image. Now I defined it as another variable (target_time = fixation_time + 1.0) in a code component and I get this error:
File "C:\Users\zahra\Desktop\tasks\gonogo\gonogo_lastrun.py", line 293, in <module>
thisComponent.tStart = None
AttributeError: 'float' object has no attribute 'tStart'