Skip to content

Commit e29e920

Browse files
author
Val Brodsky
committed
Remove ndjson uuid from geospatial_predictions.ipynb
1 parent 63a2146 commit e29e920

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/prediction_upload/geospatial_predictions.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
"\n",
676676
"Create the annotations payload using the snippets in the **Supported Predictions Section**. \n",
677677
"\n",
678-
"The resulting label_ndjson should have exactly the same content for annotations that are supported by both (with exception of the uuid strings that are generated)"
678+
"The resulting label_ndjson should have exactly the same content for annotations that are supported by both"
679679
],
680680
"cell_type": "markdown"
681681
},
@@ -808,7 +808,6 @@
808808
" polygon_prediction_two_ndjson\n",
809809
"]:\n",
810810
" prediction.update({\n",
811-
" 'uuid': str(uuid.uuid4()),\n",
812811
" 'dataRow': {'id': data_row.uid},\n",
813812
" })\n",
814813
" label_ndjson_method_2.append(prediction)"

0 commit comments

Comments
 (0)