You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to core, one of the trajectory tests fails on 32-bit compile (with GCC 5.1.1):
15: /builddir/build/BUILD/roboptim-trajectory-3.1/tests/cubic-b-spline-matplotlib.cc(113): error in "trajectory_cubic_b_spline_matplotlib": check output->match_pattern () failed. Mismatch at position 8040
Full build log is available for now (will expire in a few weeks).
The text was updated successfully, but these errors were encountered:
We can normalize values close to 0 before printing to avoid this problem. Since we're not printing with a great precision, the nonzero values should be ok. Also, the Fedora build logs contain all the output, so these errors should be easy to track down.
Similar to core, one of the trajectory tests fails on 32-bit compile (with GCC 5.1.1):
Full build log is available for now (will expire in a few weeks).
The text was updated successfully, but these errors were encountered: