Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Sep 10, 2024
1 parent c415008 commit 735d324
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 @@ -25,9 +25,9 @@ class BaseDatastore(abc.ABC):
`torch.utils.data.Dataset` and uses the datastore to access the data).
# Forecast vs analysis data
If the datastore is used to represent forecast rather than analysis data, then
the `is_forecast` attribute should be set to True, and returned data from
`get_dataarray` is assumed to have `analysis_time` and `forecast_time`
If the datastore is used to represent forecast rather than analysis data,
then the `is_forecast` attribute should be set to True, and returned data
from `get_dataarray` is assumed to have `analysis_time` and `forecast_time`
dimensions (rather than just `time`).
# Ensemble vs deterministic data
Expand Down

0 comments on commit 735d324

Please sign in to comment.