Skip to content

Commit 9fc3444

Browse files
authored
Removed 10 times retry when RUR returns no solutions.
1 parent f0f06d5 commit 9fc3444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/multipoint_estimation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function multipoint_parameter_estimation(
4343
found_any_solutions = false
4444
attempt_count = 0
4545

46-
while (!found_any_solutions && attempt_count < 10)
46+
while (!found_any_solutions && attempt_count < 1)
4747
attempt_count += 1
4848

4949
# Phase 1: Setup - Determine optimal points and analyze identifiability

0 commit comments

Comments
 (0)