Skip to content

Commit a97d84d

Browse files
adapt to new ArviZ defaults
1 parent 170797f commit a97d84d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcbackend/core.py

+1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ def to_inferencedata(self, *, equalize_chain_lengths: bool = True, **kwargs) ->
272272
attrs=self.meta.attributes,
273273
constant_data=self.constant_data,
274274
observed_data=self.observed_data,
275+
save_warmup=True,
275276
**kwargs,
276277
)
277278
return idata

0 commit comments

Comments
 (0)