Skip to content

Commit a2a6288

Browse files
author
Matt Sokoloff
committed
Merge branch 'develop' of https://github.com/Labelbox/labelbox-python into ms/classification-metric-cleanup
2 parents ede44e7 + 9533714 commit a2a6288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_labeling_parameter_overrides.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
def test_labeling_parameter_overrides(project, rand_gen, image_url):
66
dataset = project.client.create_dataset(name=rand_gen(str),
77
projects=project)
8+
project.update(auto_audit_percentage=0)
89

910
task = dataset.create_data_rows([{DataRow.row_data: image_url}] * 20)
1011
task.wait_till_done()

0 commit comments

Comments
 (0)