Skip to content

BUGFIX: Fix marginalized parameter reconstruction with pool

Colm Talbot requested to merge bugfix-marginalized-pool-reconstruction into master

@cjhaster pointed out that the marginalized parameter reconstruction with a pool was broken in a recent commit as a generator is returned instead of tuple. This MR explicitly casts the returned quantity to a tuple.

Merge request reports