BB

Results 2 comments of BB

> > `return -0.5*model.getChiSquare(), B8Flux*model.getProb(0), B8Flux*model.getProb(1), B8Flux*model.getProb(2), B8Flux*(model.getProb(1)+model.getProb(2))` > > This is an issue with your log-posterior. The line above should be returning a single value, not a tuple. Thx....

> The problem is with the `return -np.inf` line. That line needs to return the same number of blobs. I _think_ it would work fine to just return 4 `None`s,...