* UltraNest version: 4.3.2 * Python version: 3.9 * Operating System: macOS 14.6.1 ### Description I follow the command recommended in [ReactiveNestedCalibrator](https://johannesbuchner.github.io/UltraNest/ultranest.html#ultranest.calibrator.ReactiveNestedCalibrator). But it seems nothing output. ### What I Did ``` sampler = ReactiveNestedCalibrator(my_param_names, my_loglike, my_transform) sampler.stepsampler = SliceSampler(nsteps=10, generate_direction=region_oriented_direction) sampler.run(min_num_livepoints=400) ```
Description
I follow the command recommended in ReactiveNestedCalibrator. But it seems nothing output.
What I Did