We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is unclear to me how the correct code should look like.
igor2/struct.py:204:24: F821 undefined name 'f' igor2/struct.py:206:65: F821 undefined name 'f' igor2/struct.py:208:31: F821 undefined name 'f'
The text was updated successfully, but these errors were encountered:
ref: commented out bad code and replaced with NotImplementedError (#5)
3f133b3
See commit above, we now raise a NotImplementedError if somebody reaches that part of the code.
Sorry, something went wrong.
No branches or pull requests
It is unclear to me how the correct code should look like.
The text was updated successfully, but these errors were encountered: