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.
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.