Skip to content

Commit afc7b91

Browse files
committed
Fix interp_CI test
1 parent ebeed32 commit afc7b91

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config/tox_test_inference_interp.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ checkpoints:
1010
interpolator:
1111
checkpoint_path: ./checkpoint_interp.ckpt
1212
leadtimes: 2
13-
static_forcings_dataset: ${dataset}
13+
static_forcings_dataset:
14+
dataset: ${datasets.data}
15+
start: ${start_date}
16+
end: ${end_date}
1417

1518
datasets:
1619
data: ./bris_random_data.zarr

0 commit comments

Comments
 (0)