Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update template_matching.jl in docs #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heliosdrm
Copy link

@heliosdrm heliosdrm commented Mar 5, 2025

The indexing of the result of component_centroids in the docs was wrong, because it is zero-indexed, not one-indexed. Using begin+1 instead of 2 is better and clearer.

relative indexing of result of `component_centroids`
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.51%. Comparing base (2f3cb7c) to head (b2235f1).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #280      +/-   ##
==========================================
- Coverage   92.19%   91.51%   -0.68%     
==========================================
  Files          12       12              
  Lines        1665     1662       -3     
==========================================
- Hits         1535     1521      -14     
- Misses        130      141      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant