Skip to content

Remove vectorize_particles from RenyiELBO docstring (Issue #2166)#2168

Merged
fehiepsi merged 2 commits intopyro-ppl:masterfrom
juanitorduz:fix-missing-param
Apr 2, 2026
Merged

Remove vectorize_particles from RenyiELBO docstring (Issue #2166)#2168
fehiepsi merged 2 commits intopyro-ppl:masterfrom
juanitorduz:fix-missing-param

Conversation

@juanitorduz
Copy link
Copy Markdown
Collaborator

@juanitorduz juanitorduz commented Apr 1, 2026

Closes #2166

Bug: RenyiELBO docstring documented a vectorize_particles parameter that the constructor doesn't accept. Since RenyiELBO uses particles to compute the loss but does not vectorize them, the fix is to remove the incorrect docstring entry rather than adding the parameter.

Changes

  1. numpyro/infer/elbo.py: Removed the vectorize_particles parameter documentation from the RenyiELBO class docstring.

@juanitorduz juanitorduz requested a review from fehiepsi April 1, 2026 20:19
@juanitorduz juanitorduz changed the title Fix: Add vectorize_particles to RenyiELBO.__init__ (Issue #2166) Remove vectorize_particles from RenyiELBO docstring (Issue #2166) Apr 1, 2026
@juanitorduz juanitorduz requested a review from fehiepsi April 1, 2026 20:25
@fehiepsi fehiepsi merged commit 0152376 into pyro-ppl:master Apr 2, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Renyi ELBO vectorize_particles

2 participants