Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 4, 2025
1 parent cb4e0f2 commit 14448e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudcasting_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def app(t0=None):
ds_y_hat = da_y_hat.to_dataset(name="sat_pred")
ds_y_hat.sat_pred.attrs.update(ds.data.attrs)

# Save predictions to latest path and to path with timestring
# Save predictions to the latest path and to path with timestring
out_dir = os.environ["OUTPUT_PREDICTION_DIRECTORY"]

latest_zarr_path = f"{out_dir}/latest.zarr"
Expand Down

0 comments on commit 14448e1

Please sign in to comment.