Skip to content

Commit

Permalink
Fix formatting in mimic docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstratos committed May 2, 2024
1 parent 426d3fb commit f4e406d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modelmimic/mimic.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def __init__(
dims: tuple = ("nlev", "ncol"),
):
"""
Initalize a pseudo model run to mimic an EAM (or other) model run>
Initalize a pseudo model run to mimic an EAM (or other) model run.
Parameters
----------
Expand Down Expand Up @@ -467,5 +467,6 @@ def main(args):

return out_dirs


if __name__ == "__main__":
main(args=parse_args())

0 comments on commit f4e406d

Please sign in to comment.