Skip to content

Commit eeab711

Browse files
committed
fix: don't store unconstrained_draw if not requested
1 parent e2818f7 commit eeab711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/nutpie/sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def _extract(self, results):
538538
skip_vars = []
539539
skips = {
540540
"store_gradient": ["gradient"],
541-
"store_unconstrained": ["unconstrained"],
541+
"store_unconstrained": ["unconstrained_draw"],
542542
"store_mass_matrix": [
543543
"mass_matrix_inv",
544544
"mass_matrix_eigvals",

0 commit comments

Comments
 (0)