tudat-team / tudat

A C++ platform to perform astrodynamics and space research.
BSD 3-Clause "New" or "Revised" License
17 stars 28 forks source link

Upgrade to latest version of the setup-miniconda action in CI workflow #213

Closed niketagrawal closed 6 months ago

niketagrawal commented 6 months ago
niketagrawal commented 6 months ago

The build failure on MacOS is fixed by the code change, but the below test in MacOS is failing.

/Users/runner/work/tudat/tudat/tests/src/astro/gravitation/unitTestPolyhedronGravityField.cpp:231: error: in "test_polyhedron_gravity_field/testGravityComputation": check std::fabs( expectedLaplacian - computedLaplacian ) < std::fabs( std::min( expectedLaplacian, computedLaplacian ) * 100.0 * tolerance ) has failed

*** 1 failure is detected in the test module "Master Test Suite"

The following tests FAILED:
     77 - test_gravitation_PolyhedronGravityField (Failed)