We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building PrusaSlicer on Fedora on s390x, I get test error
3: /builddir/build/BUILD/PrusaSlicer-version_2.7.2/tests/libslic3r/test_point.cpp:36: FAILED: 3: CHECK( std::abs(line.distance_to(Point{100, 0})) == Approx(0) ) 3: with expansion: 3: 0.0 == Approx( 0.0 )
It is very similar to #2461 which since got reimplemented from Perl to C++ but the fix b7f9329 did not seem to make the reimplementation.
none
2.7.2
Fedora rawhide s390x
The text was updated successfully, but these errors were encountered:
On s390x, the distance seems to be a tiny bit off zero.
69a9325
Fixes prusa3d#12573.
Successfully merging a pull request may close this issue.
Description of the bug
When building PrusaSlicer on Fedora on s390x, I get test error
It is very similar to #2461 which since got reimplemented from Perl to C++ but the fix b7f9329 did not seem to make the reimplementation.
Project file & How to reproduce
none
Checklist of files included above
Version of PrusaSlicer
2.7.2
Operating system
Fedora rawhide s390x
Printer model
none
The text was updated successfully, but these errors were encountered: