Skip to content

Commit

Permalink
format qmd's
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer committed Oct 3, 2024
1 parent d73afef commit 5de2ea7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/source/tutorials/basic_renewal_model.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ I0 = InfectionInitializationProcess(
# (3) The random walk on log Rt, with an inferred s.d. Here, we
# construct a custom RandomVariable.
class MyRt(RandomVariable):
def validate(self):
pass
Expand Down
1 change: 0 additions & 1 deletion docs/source/tutorials/extending_pyrenew.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ latent_infections = InfectionsWithFeedback(
class MyRt(RandomVariable):
def validate(self):
pass
Expand Down
1 change: 0 additions & 1 deletion docs/source/tutorials/hospital_admissions_model.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ gen_int = deterministic.DeterministicPMF(name="gen_int", value=gen_int)
class MyRt(metaclass.RandomVariable):
def validate(self):
pass
Expand Down

0 comments on commit 5de2ea7

Please sign in to comment.