Skip to content

Commit 902ecff

Browse files
committed
Mention prediction minimum charge in 'run_detector' docstring
1 parent df008a4 commit 902ecff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/picterra/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,8 @@ def delete_detector(self, detector_id: str):
667667

668668
def run_detector(self, detector_id: str, raster_id: str) -> str:
669669
"""
670-
Runs a detector on a raster
670+
Runs a detector on a raster: predictions are subject to a minimum charge
671+
of 10 MP.
671672
672673
Args:
673674
detector_id: The id of the detector

0 commit comments

Comments
 (0)