Skip to content

Commit 3d59d35

Browse files
authored
Merge pull request #42 from Simple-Robotics/ahoarau-patch-1
[fix] test_iterative_solvers.py: Increase MAX_ITER to 80000 for tests
2 parents a3c20cf + a93d1cb commit 3d59d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_iterative_solvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
dim = 100
66
rng = np.random.default_rng()
7-
MAX_ITER = 8000
7+
MAX_ITER = 80000
88

99
_classes = [
1010
nanoeigenpy.solvers.ConjugateGradient,

0 commit comments

Comments
 (0)