When you all get a chance update your master to match current one and run your unit tests again. I'm getting a few failures.
@HeatherPrince @kengran >> testmcmc.py hits a bug at line 49 involving indentation, I didn't look more closely sorry
@polinakanel >> two failures in testTransitModel.py, I suspect they arise from when I made you let the variance be set to negative values. Recall we want to allow them to be set negative, then the priors function takes care of keeping the actual values above zero.
@Vvlaw >> one failure in unittest_lc_class.py >> I'm not sure if this is because of my moving some outside files around? which ones (if any) do you need to be present for the unit tests?
When you all get a chance update your master to match current one and run your unit tests again. I'm getting a few failures. @HeatherPrince @kengran >> testmcmc.py hits a bug at line 49 involving indentation, I didn't look more closely sorry @polinakanel >> two failures in testTransitModel.py, I suspect they arise from when I made you let the variance be set to negative values. Recall we want to allow them to be set negative, then the priors function takes care of keeping the actual values above zero. @Vvlaw >> one failure in unittest_lc_class.py >> I'm not sure if this is because of my moving some outside files around? which ones (if any) do you need to be present for the unit tests?