@@ -379,7 +379,7 @@ def test_project_upload_dataset(self):
379379 {"file" : "pred1.jpg" , "split" : "train" , "annotationfile" : {"file" : "pred1.xml" }},
380380 {"file" : "pred2.jpg" , "split" : "valid" , "annotationfile" : {"file" : "pred2.xml" }},
381381 ],
382- "params" : {"are_predictions " : True },
382+ "params" : {"is_prediction " : True },
383383 "assertions" : {
384384 "upload" : {"count" : 2 , "kwargs" : {"is_prediction" : True }},
385385 "save_annotation" : {"count" : 2 },
@@ -390,7 +390,7 @@ def test_project_upload_dataset(self):
390390 "dataset" : [
391391 {"file" : "gt1.jpg" , "split" : "train" , "annotationfile" : {"file" : "gt1.xml" }},
392392 ],
393- "params" : {"are_predictions " : False },
393+ "params" : {"is_prediction " : False },
394394 "assertions" : {
395395 "upload" : {"count" : 1 , "kwargs" : {"is_prediction" : False }},
396396 "save_annotation" : {"count" : 1 },
@@ -402,7 +402,7 @@ def test_project_upload_dataset(self):
402402 {"file" : "batch_pred.jpg" , "split" : "train" , "annotationfile" : {"file" : "batch_pred.xml" }},
403403 ],
404404 "params" : {
405- "are_predictions " : True ,
405+ "is_prediction " : True ,
406406 "batch_name" : "prediction-batch" ,
407407 "num_retries" : 2 ,
408408 },
0 commit comments