Lukas Welzel

Results 5 comments of Lukas Welzel

Hi, thanks for the quick response and great library! My use case is essentially de-cluttering the legend for plots with many lines where each line varies 2 or more parameters...

Thanks for the great fix for the previous issue. I have a question about the current behavior of the HIERARCH + CONTINUE cards: I have two cases I would like...

@mhvk Cheers, I am working on a PR. The change is quite straightforward, and I cover with several manual and automatically parameterized tests against regression. Running all tests in /io/fits/...

Ok, I have tracked down the new issue a bit more: The current CONTINUE card implementation for long comments has a flaw in how it handles space preservation during split/reconstruction....

I am encountering the same issue. With: ```python sampler = ultranest.calibrator.ReactiveNestedCalibrator(my_param_names, my_loglike, my_transform) sampler.stepsampler = ultranest.stepsampler.SliceSampler(nsteps=10, generate_direction=region_oriented_direction) results = sampler.run(min_num_livepoints=400) ``` Nothing actually runs (not even the first print statement)...