nmdickson / GCfit

Multimass (LIMEPY) globular cluster equilibrium models and fitting them to observations
https://gcfit.readthedocs.io
MIT License
3 stars 1 forks source link

Hotfix/script defaults #172

Closed nmdickson closed 1 year ago

nmdickson commented 1 year ago

Bring some of the fitting script argument defaults into agreement with the defaults in the actual core python fitting functions. Mostly needed to help avoid some confusion when comparing runs, but in reality you should be always looking at the sampler output "metadata" to determine which arguments were used anyways.

This sets a few defaults that are maybe not the most efficient (i.e. dlogz) but are required to be in line with the core defaults, which are implicitly taken from dynesty. When in doubt, never rely on the defaults.