Skip to content

Commit 9187ccf

Browse files
committed
fix
1 parent 851a852 commit 9187ccf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/maxdiffusion/tests/ltx_2_transformer_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,8 @@ def test_transformer_3d_model_instantiation_and_forward(self):
241241
num_frames=self.num_frames,
242242
height=self.height,
243243
width=self.width,
244-
width=self.width,
245244
audio_num_frames=128,
246245
fps=24.0,
247-
fps=24.0,
248246
return_dict=True,
249247
encoder_attention_mask=encoder_attention_mask,
250248
audio_encoder_attention_mask=audio_encoder_attention_mask
@@ -315,13 +313,10 @@ def test_scan_remat_parity(self):
315313
audio_encoder_hidden_states=audio_encoder_hidden_states,
316314
timestep=timestep,
317315
num_frames=self.num_frames,
318-
height=self.height,
319316
width=self.width,
320317
height=self.height,
321-
width=self.width,
322318
audio_num_frames=128,
323319
fps=24.0,
324-
fps=24.0,
325320
return_dict=True,
326321
)
327322

0 commit comments

Comments
 (0)