glasgowcompbio / vimms

A programmable and modular LC/MS simulator in Python
MIT License
19 stars 6 forks source link

ChemicalCreator produces random results in unit tests #219

Closed joewandy closed 3 years ago

joewandy commented 3 years ago

Somehow the old-style ChemicalCreator produces random results when sampling chemicals in unit tests, despite having these lines set. This makes reproducible test results difficult.

Check that this problem also exists in the new-style chemical samplers. If not, we could just switch to them.