Skip to content

Commit c878042

Browse files
ardilaUbuntu
andauthored
Fix 1 test (#249)
Co-authored-by: Ubuntu <diego.ardila@scale.com>
1 parent caa2394 commit c878042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_autotag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_export_slice_embeddings(CLIENT):
9898
def test_get_autotag_refinement_metrics(CLIENT):
9999
if running_as_nucleus_pytest_user(CLIENT):
100100
response = CLIENT.get_autotag_refinement_metrics(
101-
"tag_c5jwvzzde8c00604mkx0"
101+
"tag_c8jwr0rpy1w00e134an0"
102102
)
103103
assert response["total_refinement_steps"] >= 0
104104
assert response["average_positives_selected_per_refinement"] >= 0

0 commit comments

Comments
 (0)