Skip to content

Commit

Permalink
Headless PyVista plots (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Oct 20, 2023
1 parent 73791b6 commit ff27e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/datasets/test_idtrees.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def test_plot(self, dataset: IDTReeS) -> None:

def test_plot_las(self, dataset: IDTReeS) -> None:
pyvista = pytest.importorskip("pyvista", minversion="0.34.2")
pyvista.OFF_SCREEN = True

# Test point cloud without colors
point_cloud = dataset.plot_las(index=0)
Expand Down

0 comments on commit ff27e2c

Please sign in to comment.