Skip to content

Commit e2f71ed

Browse files
awray3Sayam753
andcommitted
Update comment pymc3/distributions/timeseries.py
Co-authored-by: Sayam Kumar <[email protected]>
1 parent 4da787e commit e2f71ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def random(self, point=None, size=None):
526526
# size was passed as None
527527
multivariate_samples = multivariate_samples - multivariate_samples[0]
528528

529-
# if the above if statement fails, then only a spatial dimension was passed in for self.shape.
529+
# if the above statement fails, then only a spatial dimension was passed in for self.shape.
530530
# Therefore don't subtract off the initial value since otherwise you get all zeros
531531
# as your output.
532532
return multivariate_samples

0 commit comments

Comments
 (0)