Skip to content

Commit bad2f3d

Browse files
Fix test_build_submit_dryruns: add copy frames and osg to bayeswave defaults
The local production-pe.yaml was missing copy frames: True and osg: True in the bayeswave scheduler section. These settings are present in the external production-pe.yaml and are needed for the --copy-frames and --transfer-files flags to appear in the BayesWave build_dag dryrun output, which test_build_submit_dryruns asserts are present. Co-authored-by: transientlunatic <4365778+transientlunatic@users.noreply.github.com>
1 parent c7eb9a4 commit bad2f3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_data/blueprints/production-pe.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ pipelines:
4141
accounting group: ligo.prod.o4.cbc.pe.bilby
4242
request memory: 4096 MB
4343
request post memory: 16384 MB
44+
copy frames: True
45+
osg: True
4446
likelihood:
4547
roll off time: 1
4648
iterations: 250000

0 commit comments

Comments
 (0)