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

Have test succeed on all architectures #475

Closed penguinpee closed 11 months ago

penguinpee commented 11 months ago

Updating MorphIO to 3.3.6 I discovered that one test kept failing on secondary architectures (aarch64, ppc64le and s390x).

The error message was:

/builddir/build/BUILD/MorphIO-3.3.6/tests/test_utilities.cpp:151: FAILED:
  CHECK( maxDistanceToCenterOfGravity(points) == 1 )
with expansion:
  1.0 == 1
mgeplf commented 11 months ago

Great, thanks for the contribution.