BlueBrain / MorphIO

A python and C++ library for reading and writing neuronal morphologies
https://morphio.readthedocs.io
Apache License 2.0
26 stars 22 forks source link

Make three point soma warning more clear #491

Closed arnaudon closed 4 months ago

arnaudon commented 4 months ago

This throws some warnings, without mention of three points soma, so it is un-understandable from a user not familiar with the internals of the code: https://github.com/BlueBrain/MorphIO/blob/54ffbd9fb01c16c9ccc8e57d4dc28f152a2962b4/src/shared_utils.cpp#L128 I would be useful to mention three point soma in the warning, or something like that.

mgeplf commented 4 months ago

Yup, I agree, thanks.