Skip to content
Snippets Groups Projects
Commit 8d89f3b7 authored by Gregory Ashton's avatar Gregory Ashton Committed by Moritz Huebner
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 1cd1b611
No related branches found
No related tags found
No related merge requests found
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