Skip to content

Commit a7db3bc

Browse files
committed
Updated test behaviour
1 parent 367fb79 commit a7db3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sequence_interpolator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def test_sequence_interpolator_indexes_selection():
560560
)
561561

562562
assert seq_interp.n_signals == 3
563-
assert seq_interp._data.shape[1] == 3
563+
assert seq_interp._data.shape[1] == 10
564564

565565

566566
def test_sequence_interpolator_neuron_ids_selection(tmp_path):

0 commit comments

Comments
 (0)