Skip to content
Snippets Groups Projects
Commit 321ec3a4 authored by Matthew David Pitkin's avatar Matthew David Pitkin
Browse files

condor/__init__.py: switch to using .submit method

parent 5654b0de
No related merge requests found
......@@ -286,8 +286,7 @@ def submit_dag(dag_file):
# start scheddular
schedd = Schedd()
with schedd.transaction() as txn:
_ = dag_submit.queue(txn)
schedd.submit(dag_submit)
# switch back to current directory
os.chdir(cwd)
......@@ -47,7 +47,7 @@ dependencies = [
"gwosc >= 0.5.4",
"gwpy >= 2.1.1",
"healpy",
"htcondor >= 9.0.6",
"htcondor >= 10.0.0",
"lalsuite >= 7.8",
"lintegrate >= 0.1.7",
"matplotlib",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment