diff --git a/tests/plot/test_morphology_plot.py b/tests/plot/test_morphology_plot.py index 4120c5d61..6f7381ce3 100644 --- a/tests/plot/test_morphology_plot.py +++ b/tests/plot/test_morphology_plot.py @@ -242,7 +242,7 @@ def test_3d_schematic_plotter(self): def test_3d_morphology_plotter_vispy_network(self): """Test plot_3D_cell_morphology_vispy function.""" nml_file = "tests/plot/L23-example/TestNetwork.net.nml" - plot_interactive_3D(nml_file, min_width=1, nogui=False, theme="dark") + plot_interactive_3D(nml_file, min_width=1, nogui=True, theme="dark") @pytest.mark.localonly def test_3d_morphology_plotter_vispy_network_with_spec(self):