Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
==========================================
+ Coverage 96.61% 96.71% +0.09%
==========================================
Files 31 33 +2
Lines 1980 2038 +58
==========================================
+ Hits 1913 1971 +58
Misses 67 67 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
No issues found across 6 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Adds a new intrinsic dimension estimator with tests, uses small focused changes, no sensitive or critical logic touched.
There was a problem hiding this comment.
1 issue found across 2 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="docs/source/references.bib">
<violation number="1" location="docs/source/references.bib:238">
P3: The conference location is misspelled; ICML 2007 was in Corvallis, Oregon. Correcting the metadata avoids citation inaccuracies.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Key insights about the PR.
Linked Issues
Checklist
Summary by cubic
Add a per-point local intrinsic dimension estimator using k-NN distances, plus a shared neighbor-distance utility now used by TwoNn for consistent filtering and duplicate handling. Docs now cite Farahmand et al. (2007).
New Features
Refactors
Written for commit 42463fb. Summary will update on new commits.