Skip to content

Commit

Permalink
add missing ',' in line 572 of surrogate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FariborzDaneshvar-NOAA committed Jan 10, 2024
1 parent 5710cfc commit 6cdffda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensembleperturbation/plotting/surrogate.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def plot_kl_surrogate_fit(
def plot_selected_probability_fields(
node_prob_field: xarray.Dataset,
level_list: list,
output_directory: PathLike
output_directory: PathLike,
label_unit_convert_factor: float = 1,
label_unit_name: str = 'm',
):
Expand Down

0 comments on commit 6cdffda

Please sign in to comment.