phys201 / multstars

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

argument order in model.py #11

Closed barkls closed 4 years ago

barkls commented 4 years ago

It looks like log_posterior calls log_prior and log_likelihood with arguments in the incorrect order. You should use keyword arguments if you want the ordering to be flexible.

kiranjyot commented 4 years ago

log_posterior and log_prior have been removed from model.py