Skip to content
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

Error in Monitor Center when "Plot gamma" is clicked with no calibration data loaded #3384

Closed
mdcutone opened this issue Jan 4, 2021 · 1 comment
Labels
🐞 bug Issue describes a bug (crash or error) or undefined behavior.

Comments

@mdcutone
Copy link
Member

mdcutone commented Jan 4, 2021

Minor issue but raises the following exception:

Traceback (most recent call last):
  File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\monitors\MonitorCenter.py", line 1028, in plotGamma
    if lumsPre.any() != None:
AttributeError: 'NoneType' object has no attribute 'any'
@mdcutone mdcutone added effort low 🐞 bug Issue describes a bug (crash or error) or undefined behavior. labels Jan 4, 2021
@mdcutone
Copy link
Member Author

mdcutone commented Jan 4, 2021

I guess it should just do nothing or be greyed out.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Issue describes a bug (crash or error) or undefined behavior.
Projects
None yet
Development

No branches or pull requests

1 participant