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

Using TransformedRandomVariable #406

Conversation

gvegayon
Copy link
Member

  • Uses TransformedRandomVariable in the day-of-the-week tutorial.
  • Adds record=True in the call to day_of_the_week_rv.sample() in latent.HospitalAdmissions.

@gvegayon gvegayon marked this pull request as ready for review August 21, 2024 20:25
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.17%. Comparing base (f891cb7) to head (f3f30ff).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #406      +/-   ##
==========================================
+ Coverage   93.09%   93.17%   +0.07%     
==========================================
  Files          37       37              
  Lines         941      952      +11     
==========================================
+ Hits          876      887      +11     
  Misses         65       65              
Flag Coverage Δ
unittests 93.17% <100.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@damonbayer damonbayer left a comment

Choose a reason for hiding this comment

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

Thanks @gvegayon!

@damonbayer damonbayer merged commit 7ad81f1 into main Aug 21, 2024
8 checks passed
@damonbayer damonbayer deleted the 402-replacing-mydoweffect-with-transformedrandomvariable-in-day-of-the-week-tutorial branch August 21, 2024 21:17
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.

Replacing MyDOWEffect with TransformedRandomVariable in day of the week tutorial
2 participants