jsemler

Results 5 issues of jsemler

Expand Maestro to support cancelling selected steps in a running study. Example API: ``` $ maestro cancel --steps ``` ``` $ maestro cancel --steps ```

Feature

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...

enhancement

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) $...

enhancement
Good First Issue

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...

enhancement
Good First Issue

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.

enhancement
Good First Issue
Planning and Design