Closed AlexanderFengler closed 5 months ago
Core of the bug were two things:
az.extend()
.traces
.sample()
This also downgrades pymc version to <5.15 for now. Some refactoring needs to happen to accommodate the changes in pymc>=5.15.
<5.15
pymc>=5.15
Core of the bug were two things:
az.extend()
by default prioritizes the "previous" idata wherever overlap....traces
via.sample()
the results were overwritten if.sample()
was called again --> now returning deepcopy instead