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

BF: fixes problem with setting gamma with pyglet versions 1.3+ #1834

Merged
merged 2 commits into from May 24, 2018

Conversation

peircej
Copy link
Member

@peircej peircej commented May 24, 2018

No description provided.

fixes psychopy#1779

Where the error was: TypeError: unsupported operand type(s) for &: 'long'
and 'LP_c_void'

It turns out the code forcing the screen pointer into a long format int
wasn't necessary on the systems where the error occurred
@codecov-io
Copy link

Codecov Report

Merging #1834 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1834      +/-   ##
==========================================
- Coverage   46.96%   46.95%   -0.01%     
==========================================
  Files         219      219              
  Lines       33483    33486       +3     
  Branches     5611     5611              
==========================================
  Hits        15725    15725              
- Misses      16197    16200       +3     
  Partials     1561     1561
Impacted Files Coverage Δ
psychopy/visual/backends/pygletbackend.py 55.34% <0%> (-0.79%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55945a5...b131c89. Read the comment docs.

@peircej peircej merged commit d077c94 into psychopy:master May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants