Skip to content

Commit

Permalink
fix after problem produced in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Aug 21, 2024
1 parent 9cfc1f1 commit e5ec400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/workflows/pycbc_make_offline_search_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ fore_hdfall = wf.make_foreground_table(workflow, combined_bg_file,
hdfbank, rdir['open_box_result'], singles=insps,
extension='.hdf', tags=["hdfall"])

main_page = [(ifar_ob,), (fore_table, )]
symlink_result(fore_table, 'open_box_result/significance')
main_page = [(ifar_ob,), (table, )]
symlink_result(table, 'open_box_result/significance')
#detailed_page = [(snrifar, ratehist), (snrifar_ifar, ifar_ob), (table,)]
#layout.two_column_layout(rdir['open_box_result/significance'], detailed_page)

Expand Down

0 comments on commit e5ec400

Please sign in to comment.