astro-informatics / harmonic

Machine learning assisted marginal likelihood (Bayesian evidence) estimation for Bayesian model selection
https://astro-informatics.github.io/harmonic/
GNU General Public License v3.0
56 stars 7 forks source link

`temperature_diagram` example should check if running as script #258

Closed jasonmcewen closed 11 months ago

jasonmcewen commented 1 year ago

Should have a if __name__ == "__main__": like other examples.