Skip to content

Commit 4fbdc7c

Browse files
authored
Merge pull request #1403 from ralfox/improve-documentation-1
Update return tuple in 'eval' function documentation
2 parents 6d23968 + f5faf69 commit 4fbdc7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cellpose/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def eval(self, x, batch_size=8, resample=True, channels=None, channel_axis=None,
202202
progress (QProgressBar, optional): pyqt progress bar. Defaults to None.
203203
204204
Returns:
205-
A tuple containing (masks, flows, styles, diams):
205+
A tuple containing (masks, flows, styles):
206206
masks (list of 2D arrays or single 3D array): Labelled image, where 0=no masks; 1,2,...=mask labels;
207207
flows (list of lists 2D arrays or list of 3D arrays):
208208
flows[k][0] = XY flow in HSV 0-255;

0 commit comments

Comments
 (0)