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

Implements getter functions for LFMCMC #49

Merged
merged 4 commits into from
Nov 19, 2024

Conversation

apulsipher
Copy link
Contributor

@apulsipher apulsipher commented Nov 19, 2024

Implement get_params_mean() and get_stats_mean() functions for LFMCMC and add to tests

Also, fix a sizing bug in the set_summary_fun_cpp that causes res to be too large when the summary fun output was smaller than dat

… when the summary fun output was smaller than dat
@apulsipher apulsipher linked an issue Nov 19, 2024 that may be closed by this pull request
Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.38%. Comparing base (bf4b679) to head (86b2e41).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   34.03%   34.38%   +0.34%     
==========================================
  Files          36       36              
  Lines        1898     1908      +10     
==========================================
+ Hits          646      656      +10     
  Misses       1252     1252              

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


🚨 Try these New Features:

@apulsipher apulsipher requested a review from gvegayon November 19, 2024 21:01
@gvegayon gvegayon merged commit 21d89c7 into main Nov 19, 2024
15 checks passed
@gvegayon gvegayon deleted the 45-implement-getters-to-lfmcmc branch November 19, 2024 22:15
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.

Implement getters to LFMCMC
2 participants