-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update color of targets and center #279
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, looks good! some minor comments/suggestions.
regarding the expected functionality, for the outer targets it looks good, but I guess it would make sense to do the same thing for the central target, i.e. it should also go green after it is reached, until the next target is displayed
Also the tests are failing in CI - I think you'll need to add your new option to Lines 48 to 51 in 8a014de
|
…en_target_index to function update_target_colors instead of tm;add turn_target_to_green_when_reached:False to the test_import_trial()
update: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks - behaviour looks good now, one suggestion to simplify the logic.
also there are still tests that need to be updated
Quality Gate passedIssues Measures |
When "Turn target to green when reached" is selected and "Delay before central target display(secs)" > 0s:
Could you confirm if this behavior aligns with the expected functionality?