PsychoPy Version
2024.2.5
What OS are your PsychoPy running on?
Linux-based systems
Bug Description
see following
Expected Behaviour
see following
Steps to Reproduce
from psychopy import data
handler = data.StairHandler(
startVal=0,
minVal=0,
stepType="lin",
stepSizes=-1,
)
i = 20
for e in handler:
handler.addResponse(0)
print(e)
i = i - 1
if i <= 0:
break
It should not print negative numbers, but 0.
Additional context
No response
PsychoPy Version
2024.2.5
What OS are your PsychoPy running on?
Linux-based systems
Bug Description
see following
Expected Behaviour
see following
Steps to Reproduce
It should not print negative numbers, but 0.
Additional context
No response