Skip to content
Commit 3d211ee3 authored by Johann Rudloff's avatar Johann Rudloff
Browse files

Sort items in join_dict, to guarantee a stable order for unit tests.

Since Python 3.7, dict.items() guarantees insertion order, but before,
the order is undefined. To have reproducible output for tests, the
params are now sorted lexicographically.
parent 43785685
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment