You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear problem with the library is that performing quick tests is not guaranteed to be easy to do. There needs to be a small trial set and separate "Experiment" Type that just has something small like 10 trials with every type. A few things would need to be done to accomplish this:
New CLI argument or entire module for testing, something like 'bruker_control_test.py' that has no arguments and literally just does the typical run of an experiment without any of the trial generation logic.
Prairie View LED Voltage Output Experiment needs to be available.
This is a frustration that I have and that Deryn has understandably expressed as well. Maybe I can do this over a weekend of hacking or something...
The text was updated successfully, but these errors were encountered:
Added a couple super simple pytest things today in a branch. I didn't design this thing to be that easily tested it seems like... there's a few things that are kinda hard to properly test I think because it's just reliant on hardware that's literally not in my control.
A clear problem with the library is that performing quick tests is not guaranteed to be easy to do. There needs to be a small trial set and separate "Experiment" Type that just has something small like 10 trials with every type. A few things would need to be done to accomplish this:
This is a frustration that I have and that Deryn has understandably expressed as well. Maybe I can do this over a weekend of hacking or something...
The text was updated successfully, but these errors were encountered: