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

Fix method ambiguities & unbound parameters + add Aqua tests #1804

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

devmotion
Copy link
Member

This PR fixes the method ambiguity issues and unbound parameters in the package. I added Aqua tests to avoid regressions.

@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (7e232ca) 86.00% compared to head (09694c4) 85.98%.

Files Patch % Lines
src/mixtures/mixturemodel.jl 28.57% 5 Missing ⚠️
src/univariates.jl 0.00% 3 Missing ⚠️
src/censored.jl 0.00% 1 Missing ⚠️
src/multivariate/mvtdist.jl 0.00% 1 Missing ⚠️
src/product.jl 83.33% 1 Missing ⚠️
src/univariate/discrete/categorical.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1804      +/-   ##
==========================================
- Coverage   86.00%   85.98%   -0.02%     
==========================================
  Files         144      144              
  Lines        8646     8648       +2     
==========================================
  Hits         7436     7436              
- Misses       1210     1212       +2     

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

@devmotion devmotion merged commit 40f40bc into master Dec 8, 2023
11 of 14 checks passed
@devmotion devmotion deleted the dw/aqua branch December 8, 2023 11:04
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