Skip to content

Commit 592aedf

Browse files
committed
pyink
1 parent 5fcdb7f commit 592aedf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/integration/checkpoint_conversion_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ def test_qwen3_30b_a3b_roundtrip_conversion(self):
8484
subprocess.run(hf_cmd, env=env, check=True)
8585

8686
# Verify HF output directory exists and contains safetensors/config files
87-
self.assertTrue(os.path.exists(expected_hf_dir), f"Expected HF checkpoint directory {expected_hf_dir} does not exist.")
87+
self.assertTrue(
88+
os.path.exists(expected_hf_dir), f"Expected HF checkpoint directory {expected_hf_dir} does not exist."
89+
)
8890
self.assertTrue(len(os.listdir(expected_hf_dir)) > 0, f"HF checkpoint directory {expected_hf_dir} is empty.")
8991

9092

0 commit comments

Comments
 (0)