Skip to content

Commit

Permalink
FIX don't remove plot_cells
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak authored and rythorpe committed May 20, 2021
1 parent 8f06664 commit 4ee5dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hnn_core/tests/test_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ee5dd9

Please sign in to comment.