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
Would it be nice for automatic testing of models if we provided a CLI?
Listing models
$ acidwatch list
arcs (ARCS) Description for arcs blah blah
tocomo (Total Consumption Model) Explanation and description
...
Running a model
$ acidwatch run arcs H2O=5 SO2=3 -p temperature=250
Running arcs (ARCS) model with the following settings:
Concentrations:
H2O: 5ppm
SO2: 3ppm
(...other defaults..)
Parameters:
Temperature: 250K
Pressure: 1 bara
Running...
Final result:
[result here]
(-p means --parameter)
Exporting to CSV
$ acidwatch run arcs [...] --csv output.csv
[Same as above]
Output saved to output.csv
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be nice for automatic testing of models if we provided a CLI?
Listing models
$ acidwatch list arcs (ARCS) Description for arcs blah blah tocomo (Total Consumption Model) Explanation and description ...
Running a model
(
-p
means--parameter
)Exporting to CSV
Beta Was this translation helpful? Give feedback.
All reactions