Skip to content

Commit

Permalink
test(vispy): turn off gui
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 1, 2023
1 parent 664da55 commit 20c157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plot/test_morphology_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 20c157e

Please sign in to comment.