Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Nov 19, 2024
1 parent f26ee2c commit d3b1f5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/anemoi/inference/commands/retrieve.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ def run(self, args):
dates.append(to_datetime(line.strip()))
else:
date = to_datetime(args.date)
assert len(args.time) == 4
date = date.replace(hour=int(args.time[:2]), minute=int(args.time[2:]))
dates = [date + h for h in runner.checkpoint.lagged]

requests = []
Expand Down

0 comments on commit d3b1f5f

Please sign in to comment.