Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Sep 27, 2024
1 parent a7160d0 commit 2b13c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/estimagic/estimate_msm.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def estimate_msm(
if not is_optimized:
# If optimize_options is not a dictionary and not False, we assume it represents
# an algorithm. The actual testing of whether it is a valid algorithm is done
# when `maximize` is called.
# when `minimize` is called.
if not isinstance(optimize_options, dict):
optimize_options = {"algorithm": optimize_options}

Expand Down

0 comments on commit 2b13c6f

Please sign in to comment.