Skip to content

Commit e10aba9

Browse files
Correctly rendering iterated_filter by correcting backticks
Backtics are not formatted well which is resulting in rendering issues. This PR updates those backticks.
1 parent 1e2e658 commit e10aba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/experimental/sequential/iterated_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def estimate_parameters(self,
773773
Args:
774774
observations: observed `Tensor` value(s) on which to condition the
775775
parameter estimate.
776-
num_iterations: `int `Tensor` number of filtering iterations to run.
776+
num_iterations: int `Tensor` number of filtering iterations to run.
777777
num_particles: scalar int `Tensor` number of particles to use.
778778
initial_perturbation_scale: scalar float `Tensor`, or any structure of
779779
float `Tensor`s broadcasting to the same shape as the (unconstrained)

0 commit comments

Comments
 (0)