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 the sample list approximation more generic #327

Merged
merged 3 commits into from
Jun 1, 2023

Conversation

bvdmitri
Copy link
Member

This PR fixes #323 and adds non-included tests for the function.jl (which were failing btw, oops).

@codecov-commenter
Copy link

codecov-commenter commented May 26, 2023

Codecov Report

Patch coverage: 63.63% and project coverage change: +0.58 🎉

Comparison is base (9c1948f) 66.47% compared to head (4e44502) 67.05%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #327      +/-   ##
==========================================
+ Coverage   66.47%   67.05%   +0.58%     
==========================================
  Files         209      209              
  Lines        7568     7574       +6     
==========================================
+ Hits         5031     5079      +48     
+ Misses       2537     2495      -42     
Impacted Files Coverage Δ
src/constraints/prod/prod_generic.jl 42.39% <20.00%> (+4.46%) ⬆️
src/distributions/function.jl 83.67% <100.00%> (+42.43%) ⬆️
src/distributions/sample_list.jl 91.33% <100.00%> (ø)

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

Copy link
Member

@albertpod albertpod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch @bvdmitri

@bvdmitri bvdmitri merged commit 8a0cf16 into master Jun 1, 2023
@bvdmitri bvdmitri deleted the dev-fix-sample-list branch June 1, 2023 06:39
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.

approximate_as_samplelist procedure uses eltype instead of paramfloattype
3 participants