glasgowcompbio / vimms

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

Iss 52 #155

Closed joewandy closed 4 years ago

joewandy commented 4 years ago

As discussed in issue #52, we want controllers to be able to specify what are the initial scan parameters to send.

Made the following changes to Environment:

Made two controller changes along the way too:

sdrogers commented 4 years ago

I don't understand why you've changed the fixed scans controller like that? I agree it's neater to provide a list of scans, but changing that means that @vinnydavies tests will all be broken (that's the error you're seeing). If we want to change to that behaviour, I think it should be a separate issue and one that we check with @vinnydavies.

My vote would be to change it back.