Skip to content

Commit

Permalink
fix extra space typo in BaseDatastore
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Oct 2, 2024
1 parent 2b30715 commit 8e7b2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_lam/datastore/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_standardization_dataarray(self, category: str) -> xr.Dataset:
the category. For `category=="state"`, the dataarray should also
contain a `state_diff_mean` and `state_diff_std` variable for the one-
step differences of the state variables. The returned dataarray should
at least have dimensions of `({categ ory}_feature)`, but can also
at least have dimensions of `({category}_feature)`, but can also
include for example `grid_index` (if the standardization is done per
grid point for example).
Expand Down

0 comments on commit 8e7b2e6

Please sign in to comment.