-
Notifications
You must be signed in to change notification settings - Fork 31
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
Missing documentation for results dictionary #119
Comments
Yes please. Some of it is documented at |
Hi @jacopok, would you be able to help out with a pull request? You'd need to add information here: https://github.com/JohannesBuchner/UltraNest/blob/master/ultranest/integrator.py#L2433 |
Hi, sorry for disappearing! I meant to do this quickly but then other things took priority. I made a draft PR now, it's not complete yet since I had some trouble building the docs. |
Solved by #138 |
Description
I cannot seem to find any spot in the documentation where the meaning of all the various entries in the
result
dictionary(e.g. obtained by
result = sampler.run()
in the Basic usage tutorial).In the API documentation, all it says is
"Yields: results (dict)"
Proposal
I'd be glad to contribute with a PR to add this reference!
Here is what I think I got from the names and some guessing.
n_iter
byupoints
)n_iter
, they add to 1The text was updated successfully, but these errors were encountered: