Skip to content

Commit

Permalink
use smaller test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Nov 25, 2024
1 parent 277cdc3 commit 88ae024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,8 @@ def test_patchwise_prediction():

da = _gen_data_xr(dict(
time=pd.date_range("2020-01-01", "2020-01-31", freq="D"),
x1=np.linspace(0, 1, 325),
x2=np.linspace(0, 1, 650),
x1=np.linspace(0, 1, 30),
x2=np.linspace(0, 1, 60),
),
data_vars=["var"])

Expand Down

0 comments on commit 88ae024

Please sign in to comment.