Skip to content

Commit

Permalink
chore: move anemoi interface to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed May 27, 2024
1 parent 68d7926 commit 9bade3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


class AnemoiModelInterface(torch.nn.Module):
"""AIFS model on torch level."""
"""Anemoi model on torch level."""

def __init__(
self, *, config: DotConfig, graph_data: HeteroData, statistics: dict, data_indices: dict, metadata: dict
Expand Down

0 comments on commit 9bade3d

Please sign in to comment.