We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f06d5 commit 9fc3444Copy full SHA for 9fc3444
1 file changed
src/core/multipoint_estimation.jl
@@ -43,7 +43,7 @@ function multipoint_parameter_estimation(
43
found_any_solutions = false
44
attempt_count = 0
45
46
- while (!found_any_solutions && attempt_count < 10)
+ while (!found_any_solutions && attempt_count < 1)
47
attempt_count += 1
48
49
# Phase 1: Setup - Determine optimal points and analyze identifiability
0 commit comments