BlueBrain / morph-tool

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

Can get all differences between 2 morphs instead of only the first one #128

Closed adrien-berchet closed 8 months ago

adrien-berchet commented 8 months ago

Context

The morph_tool.morphio_diff.diff() function returns only the first difference found between the 2 given morphologies. In some cases it can be more convenient to get all errors at once.

Resolution

Collect all errors and create a DiffResult object that joins all error descriptions.