Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 3884058

Browse files
Update client.py
Big fixes for batch actions
1 parent 4a4571d commit 3884058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def create_data_rows_from_table(
142142
model_id_col=x["model_id_col"], model_id=model_id,
143143
model_run_id_col=x["model_run_id_col"], model_run_id=model_run_id,
144144
metadata_index=x["metadata_index"], attachment_index=x["attachment_index"],
145-
annotation_index=x["annotation_index"], prediction_index=x["prediction_index"],
145+
annotation_index=x["annotation_index"], prediction_index=x["prediction_index"], batch_action=actions['batch'],
146146
create_action=actions["create"], annotate_action=actions["annotate"], prediction_action=actions["predictions"],
147147
upload_method=upload_method, mask_method=mask_method, divider=divider, verbose=verbose
148148
)

0 commit comments

Comments
 (0)