Skip to content

Commit

Permalink
Merge branch 'feat/datastores' of https://github.com/leifdenby/neural…
Browse files Browse the repository at this point in the history
…-lam into feat/datastores
  • Loading branch information
leifdenby committed Sep 10, 2024
2 parents 6998683 + 5bda935 commit c415008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neural_lam/datastore/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_vars_units(self, category: str) -> List[str]:
Parameters
----------
category : str
The category of the variables.
The category of the variables (state/forcing/static).
Returns
-------
Expand All @@ -104,7 +104,7 @@ def get_vars_names(self, category: str) -> List[str]:
Parameters
----------
category : str
The category of the variables.
The category of the variables (state/forcing/static).
Returns
-------
Expand All @@ -121,7 +121,7 @@ def get_num_data_vars(self, category: str) -> int:
Parameters
----------
category : str
The category of the variables.
The category of the variables (state/forcing/static).
Returns
-------
Expand Down

0 comments on commit c415008

Please sign in to comment.