Skip to content

Commit

Permalink
Update pyrenew/process/differencedprocess.py
Browse files Browse the repository at this point in the history
Co-authored-by: Damon Bayer <[email protected]>
  • Loading branch information
dylanhmorris and damonbayer authored Sep 18, 2024
1 parent d8a8ebc commit 920cdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrenew/process/differencedprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def sample(
"et cetera. "
f"Got {n_inits} values "
"for a process of order "
f"{self.differencing_order}"
f"{self.differencing_order}."
)
n_diffs = n - self.differencing_order

Expand Down

0 comments on commit 920cdbe

Please sign in to comment.