Skip to content

Commit

Permalink
Fix typo in example workflow config and other cleanup (gwastro#3480)
Browse files Browse the repository at this point in the history
* fix typo in workflow config, add no-create-proxy to submit dax command

* remove old inference workflow files
  • Loading branch information
Collin Capano authored and OliverEdy committed Apr 3, 2023
1 parent 93df5a1 commit c9b9e68
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 405 deletions.
1 change: 1 addition & 0 deletions docs/workflow/pycbc_make_inference_inj_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ and submit the workflow with::
# submit workflow
pycbc_submit_dax --dax ${WORKFLOW_NAME}.dax \
--no-grid \
--no-create-proxy \
--enable-shared-filesystem \
--accounting-group ${ACCOUNTING_GROUP}

Expand Down
1 change: 1 addition & 0 deletions docs/workflow/pycbc_make_inference_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ and submit the workflow with::
# submit workflow
pycbc_submit_dax --dax ${WORKFLOW_NAME}.dax \
--no-grid \
--no-create-proxy \
--enable-shared-filesystem \
--accounting-group ${ACCOUNTING_GROUP}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ plot-group-chip_chieff = chi_p chi_eff
; [plot_posterior] section.
; Since we plotted source-frame masses on the summary page, here we'll
; plot detector-frame masses.
plot-group-masses = 'srcmass1/(1+redshift):mass1'
'srcmass2/(1+redshift):mass2'
'srcmchirp/(1+redshift):mchirp'
plot-group-masses = 'srcmass1*(1+redshift):mass1'
'srcmass2*(1+redshift):mass2'
'srcmchirp*(1+redshift):mchirp'
'q_from_mass1_mass2(srcmass1, srcmass2):q'
plot-group-spins = spin1_a spin2_a
spin1_azimuthal spin2_azimuthal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ plot-group-chip_chieff = chi_p chi_eff
; [plot_posterior] section.
; Since we plotted source-frame masses on the summary page, here we'll
; plot detector-frame masses.
plot-group-masses = 'srcmass1/(1+redshift):mass1'
'srcmass2/(1+redshift):mass2'
'srcmchirp/(1+redshift):mchirp'
plot-group-masses = 'srcmass1*(1+redshift):mass1'
'srcmass2*(1+redshift):mass2'
'srcmchirp*(1+redshift):mchirp'
'q_from_mass1_mass2(srcmass1, srcmass2):q'
plot-group-spins = spin1_a spin2_a
spin1_azimuthal spin2_azimuthal
Expand Down
111 changes: 0 additions & 111 deletions examples/workflow/inference/inference.ini

This file was deleted.

115 changes: 0 additions & 115 deletions examples/workflow/inference/inj_workflow_config.ini

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions examples/workflow/inference/run_pycbc_make_inference_workflow.sh

This file was deleted.

33 changes: 0 additions & 33 deletions examples/workflow/inference/run_pycbc_make_inference_workflow_2.sh

This file was deleted.

Loading

0 comments on commit c9b9e68

Please sign in to comment.