Closed timmens closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | |
---|---|---|
src/estimagic/estimate_ml.py | 82.47% <100.00%> (ø) |
|
src/estimagic/estimate_msm.py | 89.68% <100.00%> (ø) |
|
src/optimagic/shared/check_option_dicts.py | 64.70% <ø> (ø) |
@timmens, I made some small changes that fixed CI in #534
With this PR, we allow the user to pass
Algorithm
classes and instances asoptimize_options
for the estimation functionsestimate_ml
andestimate_msm
.