jsemler
jsemler
Expand Maestro to support cancelling selected steps in a running study. Example API: ``` $ maestro cancel --steps ``` ``` $ maestro cancel --steps ```
PR #209 introduced a feature to make the environment section in the study available to Maestro’s parameter generator (pgen). After testing the PR it was identified the environment section could...
As specified in #212 when maestro is run from outside a virtual environment it cannot find conductor. Maestro can run from within an activated virtualenv: ``` $ venv/bin/activate (venv) $...
Maestro currently logs the run command it issues for each step to ``DEBUG``; however, this would be useful information for Maestro to always log in the output for debugging and...
It would be useful to have the ability to run a given step or a range of steps in the workflow. This would be really helpful for debugging a workflow.