Skip to content

Commit

Permalink
increase perturbation value due to failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Aug 10, 2022
1 parent 99e311b commit 6a0ecf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matadi/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def invariants(T):
return I1, I2, I3


def eigvals(T, eps=3e-5):
def eigvals(T, eps=5e-5):

np.random.seed(136)

Expand Down

0 comments on commit 6a0ecf9

Please sign in to comment.