This PR fixes #90. build_dicts was not deterministic through different runs (although it was deterministic when called twice in the same run), for python < 3.6.
Thanks @pedrobalage for writing the tests using python 3.6, so I don't have to update the values to check for :p
This PR fixes #90.
build_dicts
was not deterministic through different runs (although it was deterministic when called twice in the same run), for python < 3.6.Thanks @pedrobalage for writing the tests using python 3.6, so I don't have to update the values to check for :p