Skip to content

Commit f3d42be

Browse files
authored
fix chronoedit tests on PRs (#13870)
up
1 parent 79e408a commit f3d42be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/models/transformers/test_models_transformer_chronoedit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ def main_input_name(self) -> str:
4040

4141
@property
4242
def output_shape(self) -> tuple:
43-
return (16, 8, 8)
43+
return (16, 2, 8, 8)
4444

4545
@property
4646
def input_shape(self) -> tuple:
47-
return (16, 8, 8)
47+
return (16, 2, 8, 8)
4848

4949
@property
5050
def generator(self):

0 commit comments

Comments
 (0)