rzellem / EXOTIC

EXOplanet Transit Interpretation Code
Other
77 stars 44 forks source link

EXOTIC API doesn't fully support disabling Ultranest logging #1223

Closed jpl-jengelke closed 10 months ago

jpl-jengelke commented 10 months ago

The linear_fitter class does not support the logging control flags when it invokes fit_nested(...) from the class init. The fit_nested(...) method invokes Ultranest's ReactiveNestedSampler(...) method directly. (See https://github.com/rzellem/EXOTIC/blob/main/exotic/api/nested_linear_fitter.py#L56 .) It should use similar levers as the fit_nested(...) method in the lc_fitter class. (See https://github.com/rzellem/EXOTIC/blob/main/exotic/api/elca.py#L315 .)