Skip to content

Commit cbbcdb8

Browse files
committed
debugging..
1 parent ad27def commit cbbcdb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def test_model_run(client, configured_project_with_label, rand_gen):
1616
name = rand_gen(str)
1717
config = {"batch_size": 100}
1818
model_run = model.create_model_run(name, config)
19+
print(model_run)
1920
assert model_run.name == name
2021
assert model_run.training_metadata["batch_size"] == config["batch_size"]
2122
assert model_run.model_id == model.uid

0 commit comments

Comments
 (0)