-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script generator: time estimation #4172
Comments
+1 emu scientists. |
+1 all scientists |
Thoughts from scientists at training session: it is useful to see the expected time for a particular row as well as a total. Perhaps we can add an extra column, like we have for validity which shows the estimated time for an individual row, as well as a "grand total" somewhere. It would be useful to be able to access all of the rows in some way in the time estimation function, so that scientists can make the estimated time dependent on previous rows (this is important where ramps of temperature/field etc can take a long time). |
Should include squish tests |
+1 from MARI |
With @mr-field not here someone else should pick up this rework |
Additional PR squish test: |
As a user, I would like the script generator to provide time estimates.
Acceptance criteria:
Notes:
Suggested implementation: another function in the script generator config files, similar to
parameters_valid
, which takes a given set of parameters are returns an estimated time for this action in seconds. The script generator UI can then add these up for each row and display the total.The text was updated successfully, but these errors were encountered: