Skip to content

Commit

Permalink
Merge pull request #29 from microsoft/wesselb/remove-redundant-lines
Browse files Browse the repository at this point in the history
Remove redundant line in `aurora.py`
  • Loading branch information
megstanley authored Sep 10, 2024
2 parents ffeadc4 + 9b449c9 commit 8c2f0c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aurora/model/aurora.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def forward(self, batch: Batch) -> Batch:
)

# Remove batch and history dimension from static variables.
B, T = next(iter(batch.surf_vars.values()))[0]
pred = dataclasses.replace(
pred,
static_vars={k: v[0, 0] for k, v in batch.static_vars.items()},
Expand Down

0 comments on commit 8c2f0c2

Please sign in to comment.