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

Some clean up of contexts #711

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

Conversation

torfjelde
Copy link
Member

Some cleanup of the context implementations:

  1. Fixes bug in PrefixContext which doesn't actually work for .~ statements due to implementing the incorrect signature.
  2. Removes now-unusued implementations of tilde_*_assume/observe methods for PriorContext and LikelihoodContext + removed their vars field which is also not used any more (this was only used by the logprob macro which was removed in Remove the prob and logprob macros #604 )

@coveralls
Copy link

coveralls commented Nov 1, 2024

Pull Request Test Coverage Report for Build 11740182612

Details

  • 31 of 31 (100.0%) changed or added relevant lines in 4 files are covered.
  • 23 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+1.5%) to 83.389%

Files with Coverage Reduction New Missed Lines %
src/model.jl 3 91.58%
src/threadsafe.jl 20 50.86%
Totals Coverage Status
Change from base Build 11731628292: 1.5%
Covered Lines: 3474
Relevant Lines: 4166

💛 - Coveralls

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.38%. Comparing base (d6e2147) to head (decaa78).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #711      +/-   ##
==========================================
+ Coverage   81.90%   83.38%   +1.48%     
==========================================
  Files          30       30              
  Lines        4200     4166      -34     
==========================================
+ Hits         3440     3474      +34     
+ Misses        760      692      -68     

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

Copy link
Member

@penelopeysm penelopeysm left a comment

Choose a reason for hiding this comment

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

LGTM as remaining CI errors are known to be due to #702

@torfjelde
Copy link
Member Author

Thanks @penelopeysm !

Fixes bug in PrefixContext which doesn't actually work for .~ statements due to implementing the incorrect signature.

I think we need a way to test this though (as that would have caught the current bug). IMO every context should at be evaluated with both DefaultContext and SamplingContext to ensure that the full tilde-pipeline is implemented.

@torfjelde
Copy link
Member Author

torfjelde commented Nov 5, 2024

Think this PR is ready for another round of reviews 👍 Added proper testing for the contexts + a test_context function to streamline the testing of a new context a bit more. Also fixed quite a few bugs in the process 😬

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@torfjelde torfjelde self-assigned this Nov 5, 2024
Copy link
Member

@penelopeysm penelopeysm left a comment

Choose a reason for hiding this comment

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

Still looks good, save for one question!

torfjelde and others added 3 commits November 8, 2024 11:12
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
src/test_utils.jl Outdated Show resolved Hide resolved
test/debug_utils.jl Outdated Show resolved Hide resolved
Co-authored-by: Penelope Yong <[email protected]>
@torfjelde
Copy link
Member Author

Thank you @penelopeysm !

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