Closed sunxd3 closed 3 months ago
ref: https://github.com/compintell/Tapir.jl/issues/195. Recursive definition is problematic. The field is not actively used, so delete for simplicity.
A side effect is that decondition is also removed. decondition is not necessary in the sense that its functionality can be achieved by explicitly keeping the original model around. The function is not currently used by Gibbs.
decondition
closed, as #205 is a better fix
ref: https://github.com/compintell/Tapir.jl/issues/195. Recursive definition is problematic. The field is not actively used, so delete for simplicity.
A side effect is that
decondition
is also removed.decondition
is not necessary in the sense that its functionality can be achieved by explicitly keeping the original model around. The function is not currently used by Gibbs.