Skip to content

Commit

Permalink
Fix typo in reparam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi authored Jul 2, 2024
1 parent 92c6274 commit ca732fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpyro/infer/reparam.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class NeuTraReparam(Reparam):
# Step 2. Use trained guide in NeuTra MCMC
neutra = NeuTraReparam(guide)
model = netra.reparam(model)
model = neutra.reparam(model)
nuts = NUTS(model)
# ...now use the model in HMC or NUTS...
Expand Down

0 comments on commit ca732fe

Please sign in to comment.