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

Modification to dbscan to add test cases and support for the case where num points <= num dimensions #286

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

lwabeke
Copy link

@lwabeke lwabeke commented Jan 3, 2025

This relates to #280

@codecov-commenter
Copy link

codecov-commenter commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.40%. Comparing base (b4df21a) to head (27983b8).
Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
- Coverage   95.40%   95.40%   -0.01%     
==========================================
  Files          20       19       -1     
  Lines        1503     1501       -2     
==========================================
- Hits         1434     1432       -2     
  Misses         69       69              

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

@alyst
Copy link
Member

alyst commented Jan 3, 2025

Thank you! Can you also add the test for 0 points?

Leon Wabeke added 2 commits January 5, 2025 14:13
add unit tests for n=3,2,1,0 points
to avoid redefining test helper functions
@alyst alyst merged commit 24a30ae into JuliaStats:master Jan 5, 2025
7 checks passed
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.

3 participants