From 4ee5dd907df6aff1206e7f2c7ed4c7a6f6c7488f Mon Sep 17 00:00:00 2001 From: Mainak Jas Date: Mon, 17 May 2021 22:37:28 -0400 Subject: [PATCH] FIX don't remove plot_cells --- hnn_core/tests/test_viz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hnn_core/tests/test_viz.py b/hnn_core/tests/test_viz.py index 91adc5e08..15a25bd6f 100644 --- a/hnn_core/tests/test_viz.py +++ b/hnn_core/tests/test_viz.py @@ -21,6 +21,7 @@ def test_network_visualization(): params.update({'N_pyr_x': 3, 'N_pyr_y': 3}) net = default_network(params) + plot_cells(net) ax = net.cell_types['L2_pyramidal'].plot_morphology() assert len(ax.lines) == 8