phys201 / multstars

A package for parameter estimation of stellar multiplicity properties
GNU General Public License v3.0
0 stars 0 forks source link

duplicated code in model.py #9

Closed barkls closed 4 years ago

barkls commented 4 years ago

Your likelihood and log_likelihood functions have some duplicated code. One should probably call the other to avoid this.

kiranjyot commented 4 years ago

the updated model.py now only defines the log_likelihood function