Skip to content

Commit e873a17

Browse files
committed
ruff check
1 parent 3243535 commit e873a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/tests/ltx_transformer_step_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_one_step_transformer(self):
105105
mesh = Mesh(devices_array, config.mesh_axes)
106106
base_dir = os.path.dirname(__file__)
107107
config_path = os.path.join(base_dir, "../models/ltx_video/xora_v1.2-13B-balanced-128.json")
108-
108+
109109
with open(config_path, "r") as f:
110110
model_config = json.load(f)
111111
relative_ckpt_path = model_config["ckpt_path"]

0 commit comments

Comments
 (0)