Skip to content

Commit e8905e5

Browse files
committed
Add test with more output than input
1 parent a29938b commit e8905e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/models/test_encoder_processor_decoder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def test_encoder_processor_decoder_training_step_runs(make_toy_batch, dummy_load
6868
@pytest.mark.parametrize(
6969
("n_steps_input", "n_steps_output", "stride"),
7070
[
71+
(1, 4, 4), # More output than input (n_steps_output >= n_steps_input)
7172
(2, 2, 2), # Equal input/output, stride matches
7273
(4, 4, 4), # Larger equal input/output
7374
(3, 3, 3), # Odd number of steps

0 commit comments

Comments
 (0)