diff --git a/examples/Basic_Simulation/errors.py b/examples/Basic_Simulation/errors.py index 581677949..5cbdfaa55 100644 --- a/examples/Basic_Simulation/errors.py +++ b/examples/Basic_Simulation/errors.py @@ -52,7 +52,7 @@ # Determine if the errors are within bounds L_limit = 1e-10 -E_limit = 1e-4 +E_limit = 1e-5 GM_limit = 1e-14 lerror = 0 @@ -66,4 +66,4 @@ lerror = 1 print("Mass Error of", GM_final, " higher than threshold value of", GM_limit, ". Test failed.") if (lerror == 0): - print("Test successful.") \ No newline at end of file + print("Test successful.")