Johannes Buchner

Results 227 comments of Johannes Buchner

show_status and viz_callback control program feedback, which is different to logging. Users may run ultranest in the following ways: * in a python script * in a jupyter notebook (which...

> That is because the log statement can bubble up to the root while the (required) logging handler still logs How does this happen and how can it be prevented?

Yes it is imported the same way. A casual user will likely want to see the warnings in stdout, and the log output in log_dir/debug.log (at least, it is useful...

There is another issue with log_dir. I think if ReactiveNestedSampler is run on one directory, and then another ReactiveNestedSampler on another object, I think it resumes logging into the first...

I finally found, read, and understood this page https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library The latest code in master adds a NullHandler as well: https://github.com/JohannesBuchner/UltraNest/blob/master/ultranest/utils.py#L55 But I am not sure this is enough? I appreciate...

Now I get a different error: ``` 20:59:24 WARNING The naima package is not available. Models that depend on it will not be available functions.py:50 WARNING The GSL library or...