Skip to content
Snippets Groups Projects
Commit 3adb466e authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Remove OrderedDict from PriorDicts

From python3.6+, all dicts are ordered by design. On the otherhand, the
collections OrderedDict has odd behaviour when pickled (see comment
below). This changes to just using dicts. For users of python3.5 and
earlier, this will only change the order of their output posterior. On
the other hand, it will make pickling priors much more straight forward
going forward.
parent 3d257816
No related branches found
No related tags found
1 merge request!652Remove OrderedDict from PriorDicts
Pipeline #89616 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment