Skip to content

Commit

Permalink
minor lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaur17 authored Nov 20, 2024
1 parent 16cdc4b commit 1cbd2fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pps_mw_training/pipelines/cloud_base/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ def write_netcdf(
"nquantiles": settings.QUANTILES,
},
)
ds.to_netcdf(
ncfile,
mode="w",
)
ds.to_netcdf(ncfile, mode="w",)


def plot_preds(labels: np.ndarray, preds: np.ndarray):
Expand Down

0 comments on commit 1cbd2fb

Please sign in to comment.