Closed JinZhou5042 closed 1 month ago
This PR enables users to add --single-shot option to vine_factory like
--single-shot
vine_factory
vine_factory -T condor -C factory.json --scratch-dir /scratch365/jzhou24/vine_scratch --debug-workers --single-shot
The previous way was:
vine_factory -T condor -C factory.json --scratch-dir /scratch365/jzhou24/vine_scratch --debug-workers -E --single-shot
The following items must be completed before PRs can be merge. Check these off to verify you have completed all steps.
make test
make format
make lint
If this is RTM, please check the boxes...
Proposed Changes
This PR enables users to add
--single-shot
option tovine_factory
likeThe previous way was:
Merge Checklist
The following items must be completed before PRs can be merge. Check these off to verify you have completed all steps.
make test
Run local tests prior to pushing.make format
Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)make lint
Run lint on source code prior to pushing.