Skip to content

Commit b8f0439

Browse files
author
Claire Pajot
committed
Removed print statements
1 parent 1e51265 commit b8f0439

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_prediction.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def model_run(CLIENT):
9292
def test_box_pred_upload(model_run):
9393
prediction = BoxPrediction(**TEST_BOX_PREDICTIONS[0])
9494
response = model_run.predict(annotations=[prediction])
95-
print(response)
95+
9696
assert response["model_run_id"] == model_run.model_run_id
9797
assert response["predictions_processed"] == 1
9898
assert response["predictions_ignored"] == 0
@@ -396,7 +396,6 @@ def test_mixed_pred_upload_async(model_run: ModelRun):
396396
asynchronous=True,
397397
)
398398
job.sleep_until_complete()
399-
print(job.status())
400399

401400
assert job.status() == {
402401
"job_id": job.job_id,

0 commit comments

Comments
 (0)