File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 run : |
4848 echo -e "## docstub output\n\`\`\`" >> $GITHUB_STEP_SUMMARY
4949 (set -o pipefail && \
50- docstub run --verbose --group-errors --allow-errors=803 \
50+ docstub run --verbose --group-errors --allow-errors=802 \
5151 --workers -1 --out-dir ${MYPYPATH}/skimage src/skimage/ \
5252 2>&1 | tee -a $GITHUB_STEP_SUMMARY)
5353 echo -e "\`\`\`" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class ORB(FeatureDetector, DescriptorExtractor):
5959
6060 Attributes
6161 ----------
62- keypoints : (N, 2) ndarray of shape (N, 2)
62+ keypoints : ndarray of shape (N, 2)
6363 Keypoint coordinates as ``(row, col)``.
6464 scales : ndarray of shape (N,)
6565 Corresponding scales.
You can’t perform that action at this time.
0 commit comments