Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbruno16 committed Jun 9, 2024
1 parent 6a944ad commit f5dc5d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions graph_weather/models/gencast/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GenCast

2 changes: 1 addition & 1 deletion graph_weather/models/gencast/graph/graph_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(
grid_lat: np.ndarray,
splits: int = 5,
num_hops: int = 0,
device: str = "cpu",
device: torch.device = torch.device("cpu"),
):
"""Initialize the GraphBuilder object.
Expand Down

0 comments on commit f5dc5d5

Please sign in to comment.