Closed samb-t closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.66%. Comparing base (
f4e21b7
) to head (6184bbe
). Report is 6 commits behind head on main.:exclamation: There is a different number of reports uploaded between BASE (f4e21b7) and HEAD (6184bbe). Click for more details.
HEAD has 1 upload less than BASE
| Flag | BASE (f4e21b7) | HEAD (6184bbe) | |------|------|------| |hi-ml-cpath|2|1|
Currently when calling
submit_to_azure_if_needed
withsubmit_to_azureml=True
, python is exited after the job is submitted. This PR adds an optionexit_on_completion
to control whether this happens. Ifexit_on_completion
isFalse
then the submittedRun
/Job
objects are returned.