Skip to content

"sampler" is currently a keyword argument #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2025
Merged

Conversation

julenl
Copy link
Owner

@julenl julenl commented Feb 27, 2025

The example provided specifies the sampler option as if it would be positional, but it is actually a keyword argument. I don't understand the "*" or the possibility of the sampler to be None. But in order to make it work without removing those, the sampler hast to be especified as "sampler"=sampler.

Summary

Just updated the example provided in the docstring.

Details and comments

The example provided specifies the sampler option as if it would be positional, but it is actually a keyword argument.
I don't understand the "*" or the possibility of the sampler to be None. But in order to make it work without removing those, the sampler hast to be especified as "sampler"=sampler.
@julenl julenl merged commit 624aa54 into main Mar 4, 2025
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.

1 participant