Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typos
Browse files Browse the repository at this point in the history
fehiepsi committed Jan 28, 2022
1 parent b58bba3 commit dd31124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpyro/infer/inspect.py
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ def get_dependencies(
variables to the latent or observed sits on which they depend in the
posterior. Posterior dependencies are reversed from the model order.
Dependencies elide ``pyro.deterministic`` sites and ``pyro.sample(...,
Dependencies elide ``numpyro.deterministic`` sites and ``numpyro.sample(...,
Delta(...))`` sites.
**Examples**

0 comments on commit dd31124

Please sign in to comment.