BF: clamp StairHandler intensity when step size is negative#7475
BF: clamp StairHandler intensity when step size is negative#7475peircej merged 1 commit intopsychopy:devfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev #7475 +/- ##
=======================================
Coverage 48.94% 48.94%
=======================================
Files 352 352
Lines 64933 64936 +3
=======================================
+ Hits 31781 31785 +4
+ Misses 33152 33151 -1
🚀 New features to boost your workflow:
|
|
Thanks for reviewing! I checked the failing Ubuntu CI job and it appears The failure occurs during test collection in: With the following error: It looks related to pytest 9’s change around fixture marking rather than the Happy to adjust anything or help with the test config if that would be useful— |
|
Yes, we're seeing this across the board right now and working on the pytest update to fix it. |
|
The test suite is fixed now (as of #7481) so if you pull down dev, merge in and push again tests should pass for you :) |
533b30d to
159d87a
Compare
|
Rebased onto latest dev (pytest fix) and re-ran targeted StairHandler test locally, pushing to rerun CI. |
Fixes #7188
Summary
StairHandlermin/max clamping regardless of step direction, covering negative step sizesstepSizeswithminValdo not drop below boundsTesting