Skip to content

Commit 93e0365

Browse files
axchtensorflower-gardener
authored andcommitted
Fix typo.
PiperOrigin-RevId: 427486525
1 parent 273eba3 commit 93e0365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/experimental/sts_gibbs/gibbs_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def build_model_for_gibbs_fitting(observed_time_series,
179179
To support Gibbs sampling, a model must have have conjugate priors on all
180180
scale and weight parameters, and must be constructed so that
181181
`model.parameters` matches the parameters and ordering specified by the
182-
the `GibbsSamplerState` namedtuple. Currently, this includes (only) models
182+
`GibbsSamplerState` namedtuple. Currently, this includes (only) models
183183
consisting of the sum of a LocalLevel or LocalLinearTrend component with
184184
a LinearRegression or SpikeAndSlabSparseLinearRegression component.
185185

0 commit comments

Comments
 (0)