Skip to content

Commit

Permalink
Fix typo in time slicing test
Browse files Browse the repository at this point in the history
  • Loading branch information
joeloskarsson committed Nov 14, 2024
1 parent 7fe1726 commit 4fe2cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_time_slicing.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def test_time_slicing_analysis(
dataset = WeatherDataset(
datastore=datastore,
ar_steps=ar_steps,
num_future_forcing_steps=num_past_forcing_steps,
num_past_forcing_steps=num_future_forcing_steps,
num_future_forcing_steps=num_future_forcing_steps,
num_past_forcing_steps=num_past_forcing_steps,
standardize=False,
)

Expand Down

0 comments on commit 4fe2cea

Please sign in to comment.