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

Tests: Workaround for Swig 4.2.1 != None erorrs #1244

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

ptheywood
Copy link
Member

Works around the swig 4.2.1 x != None errors in the pyflamegpu test suite by using the more idiomatic x is not None.

The underlying issue within Swig is resolved in 4.3.0.

Closes #1233

Works around the swig 4.2.1 x != None errors in the pyflamegpu test suite by using the more idiomatic is not None.

The underlying issue within Swig is resolved in 4.3.0.
@ptheywood ptheywood merged commit 23ca959 into master Oct 28, 2024
21 of 22 checks passed
@ptheywood ptheywood deleted the swig-4.2.1-none-workaround branch October 28, 2024 14:42
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

Successfully merging this pull request may close these issues.

[Test Failure] Swig RunPlan != can't compare with None?
2 participants