You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BF, TEST: Fix handling of nReversals in data.StairHandler
`StairHandler.nReversals` should never be `None`, but be set to a
value equal to or greater than the length of the `stepSizes` parameter.
Otherwise, we will finish prematurely during `calculateNextIntensity()`.
This closes#1342.
0 commit comments