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
There is a mistake in the BioSimSpace.Types.Type.__ne__ operator. However, it is completely redundant since Python 3 will just negate __eq__.
BioSimSpace.Types.Type.__ne__
__eq__
The text was updated successfully, but these errors were encountered:
Remove redundant __ne__ operator. [closes #200]
e58a9c8
Merge pull request #201 from OpenBioSim/fix_200
621149b
Fix issue #200
Backport fix from PR #200. [ci skip]
d2da218
Successfully merging a pull request may close this issue.
There is a mistake in the
BioSimSpace.Types.Type.__ne__
operator. However, it is completely redundant since Python 3 will just negate__eq__
.The text was updated successfully, but these errors were encountered: