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 docstring for compute_infections_from_rt_with_feedback() #246

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

dylanhmorris
Copy link
Collaborator

missing backslash meant a glyph did not render as expected.

missing backslash meant a glyph did not render as expected.
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.69%. Comparing base (f6c646e) to head (d485e08).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #246   +/-   ##
=======================================
  Coverage   92.69%   92.69%           
=======================================
  Files          40       40           
  Lines         904      904           
=======================================
  Hits          838      838           
  Misses         66       66           
Flag Coverage Δ
unittests 92.69% <ø> (ø)

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.

@dylanhmorris dylanhmorris merged commit 6343b56 into main Jul 3, 2024
8 checks passed
@dylanhmorris dylanhmorris deleted the dylanhmorris-fix-inf-feedback-docstring branch July 3, 2024 22:46
gvegayon added a commit that referenced this pull request Jul 10, 2024
* Fix docstring for compute_infections_from_rt_with_feedback() (#246)

* Update actions/upload-artifact version in website.yaml (#247)

* Rename `SeedInfectionsExponential` For Clarity (#251)

* name change SeedInfectionsExponential to SeedInfectionsViaExpGrowth

* last changed name in __init__ in latent

* rename

* Changing `Model.sample` To `Model.model` (#248)

* initial changes for purposes of creating PR

* alias for sample for use in NUTS kernel

* change back pyproject.toml file

* remove placeholder text

* predictive call changed from sample to model

* Pyrenew tutorial review (#191)

* test commit

* add prereq and install instructions, rename hospital_admissions_model

* add an example showing sample extraction in the basic model

* refer tutorials in getting started

* remove link from code

* add new/changed tutorials to index

* clarify python version req

* review suggestion

* consistent capitalization

* re-arranging tutorial

* title change

---------

Co-authored-by: damonbayer <[email protected]>

* Add RST to makefile (#250)

* Add RST to makefile

* fix make for .py tutorials

* fix make for ipynb

* use python script for post-processing rst files

* use python script for post processing rst in github action

* fix for numpydoc with post_process_rst

* numpydocs post_process_rst

* error if not rst file

* correct path for post_process_rst

* add arviz plot for posterior predictive (#234)

* add arviz plot for posterior predictive

* add ppc_plot to hosp_model

* test prior/posterior_predictive plots

* Damon check in

* add plot_ppc, plot_lm

* fix tests

* formatting

* more formatting

* fix plot_lm output issue

* suggestion from code review

Co-authored-by: Damon Bayer <[email protected]>

* Update example_with_datasets.qmd

* change plot_lm kwargs

* add details on plot_ppc, fig labels and titles

* add figure descriptions

* code review suggestions

Co-authored-by: Damon Bayer <[email protected]>

* remove link from code

* formatting

* add prior predictive plot, sample without warning

* add prior predictive plot

* fix typo

* change order of prior/posterior pred distributions

---------

Co-authored-by: damonbayer <[email protected]>

---------

Co-authored-by: Dylan H. Morris <[email protected]>
Co-authored-by: upx3—TM (CFA) <[email protected]>
Co-authored-by: Subekshya Bidari <[email protected]>
Co-authored-by: damonbayer <[email protected]>
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.

2 participants