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

NirspecQuadFlatModel.__init__ fails when provided a NirspecFlatModel #186

Open
braingram opened this issue Jul 31, 2023 · 0 comments
Open

Comments

@braingram
Copy link
Collaborator

The attempted call to dynamic_mask does not have the appropriate number of arguments:

self.quadrants[0].dq = dynamic_mask(self.quadrants[0])

Attempts result in a failure:

>           self.quadrants[0].dq = dynamic_mask(self.quadrants[0])
E           TypeError: dynamic_mask() missing 1 required positional argument: 'mnemonic_map'
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

No branches or pull requests

1 participant