Skip to content

Commit

Permalink
Update EqualizeMessenger docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Zickel committed Jun 16, 2024
1 parent 0d1b69c commit 03fcce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyro/poutine/equalize_messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

class EqualizeMessenger(Messenger):
"""
Given a stochastic function with some primitive statements
and a list of names,
force the primitive statements at those names to have the same value.
Given a stochastic function with some primitive statements and a list of names,
force the primitive statements at those names to have the same value,
with that value being the result of the first primitive statement matching those names.
Consider the following Pyro program:
Expand Down

0 comments on commit 03fcce4

Please sign in to comment.