Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
StevePny committed Oct 3, 2024
1 parent 07220fb commit 93aff5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dabench/dasupport/generate_era5_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,5 @@ def main(
sample_strategy=args.sample_strategy,
start_date=args.start_date,
ensemble_size=args.ensemble_size,
era5_path=args.e
era5_path=args.era5_path,
)

0 comments on commit 93aff5c

Please sign in to comment.