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

Merge branch '118-deprecation-of-condor-functions' into 'master'

Draft: Resolve "Deprecation of condor functions"

Closes #118

See merge request cwinpy/cwinpy!161
parents 5654b0de 321ec3a4
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