Skip to content

Commit

Permalink
FIX: Move
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 18, 2024
1 parent 3903a16 commit 2f4b816
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tvtk/vtk_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,6 @@ def _find_get_set_methods(self, klass, methods):
# These hang on Windows (and maybe Fedora 34)
elif (klass_name in ('vtkDataEncoder', 'vtkWebApplication')):
continue
# This crashes on VTK version 9.4.0
elif (klass_name == 'vtkGenericCell' and method[3:] == 'CellFaces'):
continue
# we can actually process it
elif ('Get' + method[3:]) in methods:
key = method[3:]
Expand Down

0 comments on commit 2f4b816

Please sign in to comment.