Skip to content

Commit

Permalink
move untested code
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Jan 2, 2022
1 parent 8c0a666 commit 2ceb39b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyvista/_vtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
except ImportError: # pragma: no cover
VTK9 = False

if False:
raise Exception("This is a test")


if VTK9:

from vtkmodules.numpy_interface.dataset_adapter import (
Expand Down
4 changes: 4 additions & 0 deletions pyvista/plotting/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
'Probably using wayland')
KILL_DISPLAY = False

def untested():
"""This function is untested"""
print('hello world')


def close_all():
"""Close all open/active plotters and clean up memory.
Expand Down

0 comments on commit 2ceb39b

Please sign in to comment.