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

Fix bug with VTK #55

Merged
merged 1 commit into from
Aug 12, 2023
Merged

Fix bug with VTK #55

merged 1 commit into from
Aug 12, 2023

Conversation

AngelFP
Copy link
Owner

@AngelFP AngelFP commented Aug 12, 2023

It seems that in newer VTK versions isinstance(self.vtk_volume, vtk.vtkVolume) is True when self.vtk_volume is a vtk.vtkMultiVolume. This was leading to a false positive in an if condition.

@AngelFP AngelFP merged commit 70e4e35 into dev Aug 12, 2023
3 checks passed
@AngelFP AngelFP deleted the fix_vtk branch August 12, 2023 22:03
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.

1 participant