Skip to content

BF: fixed incorrect rect coordinates in bufferimagestim #3597

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

Merged
merged 1 commit into from
Feb 21, 2021

Conversation

Mrswolf
Copy link
Contributor

@Mrswolf Mrswolf commented Feb 21, 2021

The problem turned out to be that we had a wrong coordinate mapping in Window._getFrame function

fixes GH-3381 [https://github.com//issues/3381]

The  problem turned out to be that we had a wrong coordinate mapping in Window._getFrame function

fixes psychopyGH-3381 [psychopy#3381]
@codecov
Copy link

codecov bot commented Feb 21, 2021

Codecov Report

Merging #3597 (001f718) into release (2e90101) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           release    #3597      +/-   ##
===========================================
- Coverage    43.13%   43.13%   -0.01%     
===========================================
  Files          267      267              
  Lines        52626    52627       +1     
  Branches      9061     9062       +1     
===========================================
  Hits         22702    22702              
  Misses       27614    27614              
- Partials      2310     2311       +1     
Impacted Files Coverage Δ
psychopy/visual/window.py 60.58% <100.00%> (ø)
psychopy/data/utils.py 78.67% <0.00%> (-0.48%) ⬇️
psychopy/event.py 58.74% <0.00%> (ø)
psychopy/visual/button.py 63.15% <0.00%> (ø)
psychopy/experiment/components/button/__init__.py 80.53% <0.00%> (ø)
psychopy/experiment/components/textbox/__init__.py 78.94% <0.00%> (ø)
psychopy/app/builder/dialogs/paramCtrls.py 59.43% <0.00%> (+0.18%) ⬆️

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 2e90101...001f718. Read the comment docs.

@coveralls
Copy link

coveralls commented Feb 21, 2021

Coverage Status

Coverage remained the same at 46.975% when pulling 001f718 on Mrswolf:bufferimagestim-rect into 6962e61 on psychopy:release.

@peircej peircej merged commit 6dcd922 into psychopy:release Feb 21, 2021
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.

Incorrect rect description in BufferImageStim
3 participants