Conversation
|
How critical is this. Are we going to want to put up a 1.4.1 soon or can you direct the user to a GH branch? |
|
@paciorek I was planning just a providing a patched branch for him - although, since he's using it in a package, that solution might feel lacking to him... But that said, I don't think any/many other users will be experiencing any problems with this (fingers crossed), it's a relative corner case. And my apologies about missing these details on the first pass. |
|
This fix addresses some prior (and previously safe) assumptions that were made in the original conjugacy processing. But, with the addition of #1596, which actually increases and generalizes the conjugacy system, those assumptions (previous being made) were no longer correct. Specifically, the old conjugacy size processing system wasn't able to account for dependent nodes (of the target conjugate node) which themselves had multivariate parameters with a different size from the dependent node itself. The motivating case of this was addition of the conjugacy for the #1596 fixed the issue above, but also uncovered some assumptions that were made in the original conjugacy system. Specifically, this had to do with the determination of the sizes of the |
WIP