openforcefield / openff-benchmark

Comparison benchmarks between public force fields and Open Force Field Initiative force fields
MIT License
10 stars 2 forks source link

Make coverage report sort parameters before outputting them #51

Closed j-wags closed 3 years ago

j-wags commented 3 years ago

The core data structure of the coverage report step seems to be a dict (which in py37, is ordered according to the order in which new keys were added). It would help data security a little bit to sort these alphabetically right before output.