Open mattjj opened 11 years ago
It only seems to happen on the left, so the (uncensored) durations member must not be generating its left side correctly.
Okay, because of the difference between
if any(feasible): error # wrong
and
if not any(feasible): error # right
I'm not sure this bug even exists at the moment...
EDIT: okay yeah it does still exist
Only happens on the first iteration, so it's just an issue with the initialization from the prior, not from any of the resampling code.
On new subHMM code, also only seems to happen in the first iteration, but sometimes happens multiple times in the first iteration.
Multiple times just means it happened to multiple duration distributions on the first iteration.
I changed it to be just a warning, since it can just ignore any infringing data. I don't know why it would happen, though. It only seems to happen when running code in parallel.
Maybe the new library model classes aren't passing left_censoring correctly? Or is it something else?