Skip to content

Commit 4d95cd5

Browse files
authored
Fix model prediction upload typo in docs (#324)
1 parent a65a079 commit 4d95cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Model:
7777
7878
# For large ingestions, we recommend asynchronous ingestion
7979
job = dataset.upload_predictions(
80-
[prediction_1, prediction_2], asynchronous=True
80+
model, [prediction_1, prediction_2], asynchronous=True
8181
)
8282
# Check current status
8383
job.status()

0 commit comments

Comments
 (0)