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 1e51265 commit b8f0439Copy full SHA for b8f0439
tests/test_prediction.py
@@ -92,7 +92,7 @@ def model_run(CLIENT):
92
def test_box_pred_upload(model_run):
93
prediction = BoxPrediction(**TEST_BOX_PREDICTIONS[0])
94
response = model_run.predict(annotations=[prediction])
95
- print(response)
+
96
assert response["model_run_id"] == model_run.model_run_id
97
assert response["predictions_processed"] == 1
98
assert response["predictions_ignored"] == 0
@@ -396,7 +396,6 @@ def test_mixed_pred_upload_async(model_run: ModelRun):
396
asynchronous=True,
397
)
398
job.sleep_until_complete()
399
- print(job.status())
400
401
assert job.status() == {
402
"job_id": job.job_id,
0 commit comments