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 branches found
No related tags found
No related merge requests found
...@@ -286,8 +286,7 @@ def submit_dag(dag_file): ...@@ -286,8 +286,7 @@ def submit_dag(dag_file):
# start scheddular # start scheddular
schedd = Schedd() schedd = Schedd()
with schedd.transaction() as txn: schedd.submit(dag_submit)
_ = dag_submit.queue(txn)
# switch back to current directory # switch back to current directory
os.chdir(cwd) os.chdir(cwd)
...@@ -47,7 +47,7 @@ dependencies = [ ...@@ -47,7 +47,7 @@ dependencies = [
"gwosc >= 0.5.4", "gwosc >= 0.5.4",
"gwpy >= 2.1.1", "gwpy >= 2.1.1",
"healpy", "healpy",
"htcondor >= 9.0.6", "htcondor >= 10.0.0",
"lalsuite >= 7.8", "lalsuite >= 7.8",
"lintegrate >= 0.1.7", "lintegrate >= 0.1.7",
"matplotlib", "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