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

assert warnings #48

Open
pletzer opened this issue Jan 12, 2016 · 0 comments
Open

assert warnings #48

pletzer opened this issue Jan 12, 2016 · 0 comments

Comments

@pletzer
Copy link
Owner

pletzer commented Jan 12, 2016

build/bdist.macosx-10.5-x86_64/egg/icqsol/shapes/icqShapeManager.py:44: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert(self.vtk_dataset_type in
build/bdist.macosx-10.5-x86_64/egg/icqsol/shapes/icqShapeManager.py:384: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert(field_component < numComps,
build/bdist.macosx-10.5-x86_64/egg/icqsol/shapes/icqShapeManager.py:889: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert(file_format in FILE_FORMATS,
build/bdist.macosx-10.5-x86_64/egg/icqsol/shapes/icqShapeManager.py:894: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert(vtk_dataset_type in VTK_DATASET_TYPES,
build/bdist.macosx-10.5-x86_64/egg/icqsol/shapes/icqShapeManager.py:926: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert(file_format in FILE_FORMATS,
build/bdist.macosx-10.5-x86_64/egg/icqsol/shapes/icqShapeManager.py:931: SyntaxWarning: assertion is always true, perhaps remove parentheses?

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