The PopED as written will have an additional lhs calculated for
every if/else. Currently this violates the assumption of the PopED
model which should only have 2 lhs values calculated. This pull
request fixes this by pruning all the if/else clauses out of the
model.
The
PopED
as written will have an additionallhs
calculated for everyif/else
. Currently this violates the assumption of thePopED
model which should only have 2lhs
values calculated. This pull request fixes this by pruning all theif/else
clauses out of the model.