-
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
ReactiveNestedCalibrator dos not work well #145
Comments
That is very strange! Is this in a python script or a notebook? Can you rerun it from scratch? |
In a python script. The corresponding one could work well:
How could I "return it from scratch"? I would like to try. By the way, the plot method implemented in ReactiveNestedCalibrator could not work well too. The following issue is raised:
|
I'm quite confused. if you call run() then you should at least get to the first print here: https://github.com/JohannesBuchner/UltraNest/blob/master/ultranest/calibrator.py#L97 |
sorry for interjecting here, this is something i also faced.
i am running it like for nstep, results in sampler:
print(f" {nstep:d}", results, sep='\n') |
Description
I follow the command recommended in ReactiveNestedCalibrator. But it seems nothing output.
What I Did
The text was updated successfully, but these errors were encountered: