nespinoza / juliet

A versatile modelling tool for transiting and non-transiting (single and multiple) exoplanetary systems
MIT License
52 stars 31 forks source link

Fixing a bug in `evaluate_model` function in `catwoman` model #96

Closed Jayshil closed 8 months ago

Jayshil commented 11 months ago

When doing results.lc.evaluate (where results is a juliet.fit object) with catwoman model, it was producing incorrect results. This was happening because catwoman model was not initialised in evaluate_model function in model class. This PR fixes this bug by adding a statement in the function which initialise catwoman model. --Jayshil