Skip to content

Commit

Permalink
Raise gamma in testing newton_D
Browse files Browse the repository at this point in the history
  • Loading branch information
michwill committed Apr 7, 2024
1 parent ad12b9b commit 7397e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unitary/math/test_newton_D.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def inv_target_decimal_n2(A, gamma, x, D):

# gamma from 1e-8 up to 0.05
MIN_GAMMA = 10**10
MAX_GAMMA = 5 * 10**16
MAX_GAMMA = 3 * 10**17

MIN_XD = 10**17
MAX_XD = 10**19
Expand Down

0 comments on commit 7397e94

Please sign in to comment.