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

[Bug]: Aperture cannot be initialized with vertices #5926

Open
Kilichbek opened this issue Oct 5, 2023 · 2 comments
Open

[Bug]: Aperture cannot be initialized with vertices #5926

Kilichbek opened this issue Oct 5, 2023 · 2 comments
Labels
🐞 bug Issue describes a bug (crash or error) or undefined behavior.

Comments

@Kilichbek
Copy link

PsychoPy Version

2023.2.2

What OS are your PsychoPy running on?

macOS Silicon

Bug Description

Encountering error during aperture initialization:

aperture = visual.Aperture(
            self.window, 
            shape=[(-0.02, -0.0), (-.8, .2), (0, .6), (.1, 0.06), (.8, .3), (.6, -.4)]
        )

"/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/visual/aperture.py", line 96, in init
if shape in knownShapes:
TypeError: unhashable type: 'list'

Expected Behaviour

expected a shape with corresponding vertices for aperture

Steps to Reproduce

  1. just try to initialize aperture with vertices list

Additional context

No response

@Kilichbek Kilichbek added the 🐞 bug Issue describes a bug (crash or error) or undefined behavior. label Oct 5, 2023
@miguelteixeira123456789
Copy link

I would like to work on this issue. Can you please assign it to me?

@miguelteixeira123456789

I'm afraid that this issue is proving a bit too much for me, so I have to throw in the towel. I don't want to hold this up any further so I am unassigning it from myself. Please accept my apologies for any inconvenience I may have caused.

@miguelteixeira123456789 miguelteixeira123456789 removed their assignment Mar 14, 2024
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

2 participants