Skip to content

Commit c0a4926

Browse files
committed
Update test
1 parent bdff48f commit c0a4926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_data_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def future_loading(t, x=None):
184184
[future_loading for _ in range(5)],
185185
dt=[TIMESTEP, TIMESTEP/2, TIMESTEP/4, TIMESTEP*2, TIMESTEP*4],
186186
window=2,
187+
units=(16, ), # Units as tuple
187188
epochs=20)
188189

189190
# Should get keys from original model

0 commit comments

Comments
 (0)