Timothy Gebhard

Results 5 issues of Timothy Gebhard

I wanted to use `ads` to get the BibTeX code for a given set of papers, basically running[^1]: ```python import ads papers = list(ads.query("^Casey, Andrew R.")) print(papers[1].bibtex) ``` However, that...

## Describe the bug ## When I try to run [the example on multi-output regression from the docs](https://automl.github.io/auto-sklearn/master/examples/20_basic/example_multioutput_regression.html#sphx-glr-examples-20-basic-example-multioutput-regression-py), the `.fit()` routine crashes with a `ValueError`. ## To Reproduce ## Steps...

bug

* UltraNest version: 3.5.7 * Python version: 3.8.10 * Operating System: Ubuntu 20.04.2 LTS ### Description I am using Ultranest to run a maximum likelihood estimation on a somewhat complicated...

* UltraNest version: 4.2.0 * Python version: 3.10.12 * Operating System: Ubuntu 22.04.3 LTS ### Description Hi @JohannesBuchner! Sorry to bother you again, but I am encountering some unexpected behaviors...

Hi @JohannesBuchner! I was wondering if you had any advice on how to limit the runtime of the `run()` call of a `ReactiveNestedSampler`. Basically, I want to run the sampler...