BlueBrain / morph-tool

https://morph-tool.readthedocs.org/
GNU Lesser General Public License v3.0
8 stars 7 forks source link

Fix converter.from_swc #123

Closed adrien-berchet closed 10 months ago

adrien-berchet commented 10 months ago

This PR depends on #122

Context

*.h5 file should also convert SOMA_SINGLE_POINT into SOMA_SIMPLE_CONTOUR (required by MorphIO==3.3.7).

Resolution

Call single_point_sphere_to_circular_contour() also for h5 files.