Skip to content

Fix ValueError in MCMCSamplesDict from old numpy deprecation error

Charlie Hoy requested to merge numpy_deprecation_error into master

The purpose of this MR is to fix a ValueError that can be raised when initialising MCMCSamplesDict because of an old numpy deprecation error. This is similar to !734 (merged) and related to #306 (closed).

Merge request reports