We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b05c2 commit cc2462cCopy full SHA for cc2462c
tests/integration/annotation_import/test_model_run.py
@@ -17,7 +17,7 @@ def test_model_run(client, configured_project_with_label, rand_gen):
17
config = {"batch_size": 100, "reruns": None}
18
model_run = model.create_model_run(name, config)
19
assert model_run.name == name
20
- assert model_run.training_metadata["batch_size"] == config["batch_size"]
+ assert model_run.training_metadata["batchSize"] == config["batch_size"]
21
assert model_run.training_metadata["reruns"] == config["reruns"]
22
assert model_run.model_id == model.uid
23
assert model_run.created_by_id == client.get_user().uid
0 commit comments