Skip to content

Commit

Permalink
increased maxfev to avoid timeout w/empirical fits
Browse files Browse the repository at this point in the history
  • Loading branch information
MJCliffe committed Nov 7, 2023
1 parent c32b414 commit 2457ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PASCal/fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def fit_empirical_strain_pressure(
p0=init_params,
bounds=bounds,
sigma=pressure_errors,
maxfev=5000,
maxfev=100000,
)

popts.append(popt)
Expand Down

0 comments on commit 2457ca0

Please sign in to comment.