Skip to content

Commit

Permalink
Update unitTestRadiationPressureEstimation.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx authored Dec 18, 2024
1 parent 8000af8 commit e98ef0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ BOOST_AUTO_TEST_CASE( test_RadiationPressurePartialsFromEstimation )
}
else
{
TUDAT_CHECK_MATRIX_CLOSE_FRACTION( numericalValue, analyticalValue, toleranceStates );
TUDAT_CHECK_MATRIX_CLOSE_FRACTION( numericalValue, analyticalValue, ( toleranceStates * 2.5 ) );
}
}
else
Expand Down

0 comments on commit e98ef0a

Please sign in to comment.