Skip to content

Commit

Permalink
Sync with master (#1055)
Browse files Browse the repository at this point in the history
* Updating copyright year (#1028)

Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch>

* Updating copyright year (#1029)

Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch>

* Remove duplicated deps jinja, sphinx (#1043)

* remove single point contour somas in h5 and asc tests (#1045)

* this is in prep for MorphIO to be more consistent and picky with contour somas

* Fix view cli (#1051)

* Fix coverage (#1056)

Co-authored-by: bbpgithubaudit <86652185+bbpgithubaudit@users.noreply.github.com>
Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch>
Co-authored-by: stefanoantonel <stefanoantonel@users.noreply.github.com>
Co-authored-by: MikeG <michael.gevaert@epfl.ch>
Co-authored-by: Alexis Arnaudon <alexis.arnaudon@epfl.ch>
  • Loading branch information
6 people authored Sep 20, 2022
1 parent 41ec17f commit 8bddfc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neurom/apps/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ def view(input_file, is_3d, plane, backend, realistic_diameters):

plot(load_morphology(input_file))
if is_matplotlib:
if not is_3d:
plt.axis('equal')
plt.show()


Expand Down
Binary file modified tests/data/h5/v1/ordering/sample.h5
Binary file not shown.
Binary file modified tests/data/h5/v1/ordering/sample_mixed_tree_sections.h5
Binary file not shown.

0 comments on commit 8bddfc9

Please sign in to comment.