BlueBrain / NeuroR

A collection of tools to repair morphologies
https://neuror.readthedocs.io/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

make tests compatible with having correct soma #118

Closed mgeplf closed 8 months ago

mgeplf commented 8 months ago
mgeplf commented 8 months ago

The tests should be passing now, except the fix_points_in_soma function.

Can you have a look @adrien-berchet?

mgeplf commented 8 months ago

I should note that the test used to be working on a single point soma, and now it's working on a contour. Maybe the neurite needs to be update to no longer be in the xz plane?

mgeplf commented 8 months ago

Can you have a look @adrien-berchet?

I fixed it by switching to a format that has single point somas.

adrien-berchet commented 8 months ago

Can you have a look @adrien-berchet?

I fixed it by switching to a format that has single point somas.

Great, thanks!