Skip to content

Commit

Permalink
lower tolerance check
Browse files Browse the repository at this point in the history
  • Loading branch information
apozharski committed Sep 14, 2023
1 parent 28ad7bc commit acf2aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/simple_sim_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from examples.simplest.simplest_example import (
TOL,
get_default_options,
X0,
TSIM,
Expand All @@ -17,6 +16,8 @@

NO_FESD_X_END = 0.36692644

TOL = 1e-7


def compute_errors(results, model) -> dict:
X_sim = results["X_sim"]
Expand Down

0 comments on commit acf2aea

Please sign in to comment.