Skip to content

Commit a764e8d

Browse files
committed
debug statement
1 parent ea84281 commit a764e8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/tests/ltx2_parity_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ def test_import_parity_comparison_split(self):
601601
Verifies that the LTX2VideoTransformer3DModel output matches the PyTorch implementation output
602602
exactly (to a high precision) given the same inputs and weights, with rope_type='split'.
603603
"""
604+
print("\n=== Parity Comparison Test (Split) ===")
604605
from flax import traverse_util
605606

606607
parity_file = "ltx2_parity_data_split.pt"

0 commit comments

Comments
 (0)