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

Make *Mahalanobis throw #233

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dkarrasch
Copy link
Member

IIUC, this seems to fix some AD-related issues with the warnings.

It's a bit unfortunate that we ended using skipchecks when it's really only one check that we skip, which could be made clear by, say, skipposdefcheck, or, assuming that what is skipped is known from the docstring, just, skip, or just leave it.

This is breaking, so I bump the minor version.

@codecov-commenter
Copy link

codecov-commenter commented Oct 26, 2021

Codecov Report

Base: 97.57% // Head: 97.51% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (0f70f7a) compared to base (aae27b2).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
- Coverage   97.57%   97.51%   -0.06%     
==========================================
  Files           8        8              
  Lines         865      845      -20     
==========================================
- Hits          844      824      -20     
  Misses         21       21              
Impacted Files Coverage Δ
src/mahalanobis.jl 98.73% <100.00%> (ø)
src/metrics.jl 96.78% <0.00%> (-0.13%) ⬇️
src/bhattacharyya.jl 98.14% <0.00%> (-0.07%) ⬇️
src/haversine.jl 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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

Successfully merging this pull request may close these issues.

None yet

3 participants