Skip to content

Commit

Permalink
change "inputted" to "passed" (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris authored May 28, 2024
1 parent 4dd40bb commit 511e308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/pyrenew/latent/i0.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def validate(i0_dist: any) -> None:
Raises
------
AssertionError
If the inputted distribution is not a Numpyro distribution.
If the passed distribution is not a Numpyro distribution.
"""
assert isinstance(i0_dist, dist.Distribution)

Expand Down

0 comments on commit 511e308

Please sign in to comment.