Skip to content

Commit

Permalink
Changed type hinting of eta_file in generation.py to reflect optional…
Browse files Browse the repository at this point in the history
… aspect
  • Loading branch information
fmalatino committed Sep 12, 2024
1 parent 49ebd43 commit a1010dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndsl/grid/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def __init__(
dy_const: float = 1000.0,
deglat: float = 15.0,
extdgrid: bool = False,
eta_file: str = None,
eta_file: Optional[str] = None,
ak: Optional[np.ndarray] = None,
bk: Optional[np.ndarray] = None,
):
Expand Down

0 comments on commit a1010dd

Please sign in to comment.