Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have test succeed on all architectures #475

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

penguinpee
Copy link
Contributor

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

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
Copy link
Contributor

mgeplf commented Sep 25, 2023

Great, thanks for the contribution.

@mgeplf mgeplf merged commit 89fcfe3 into BlueBrain:master Sep 25, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants