Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt committed Aug 28, 2023
1 parent a254084 commit 4d1bc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agile1d/core/inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def add_setting():
"one year before first given observation year!" \
"Default: {'MB': {'type': 'TIModel'," \
" 'years': np.array([1980, 2020])," \
" 'mb_model_args': {}}}"
" 'model_args': {}}}"
_default = {'MB': {'type': 'TIModel',
'years': np.array([1980, 2020]),
'mb_model_args': {}}}
'model_args': {}}}

add_setting()

Expand Down

0 comments on commit 4d1bc51

Please sign in to comment.