Skip to content

Commit

Permalink
Fix inference injection workflow (gwastro#4452)
Browse files Browse the repository at this point in the history
* add SEOBNRv5_ROM time length estimator

* fix

* fix
  • Loading branch information
yi-fan-wang authored and PRAVEEN-mnl committed Nov 3, 2023
1 parent ac6b6b6 commit 8b1eb8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/workflows/pycbc_make_inference_inj_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ from pycbc.workflow.jobsetup import (PycbcCreateInjectionsExecutable,
PycbcInferenceExecutable)
from pycbc.workflow import inference_followups as inffu
from pycbc.workflow import plotting
from pycbc.workflow import versioning
from pycbc.inject import InjectionSet
from pycbc.io import FieldArray

Expand Down Expand Up @@ -356,7 +357,7 @@ if do_pp_test:
workflow += pp_workflow

# Create versioning information
wf.make_versioning_page(
versioning.make_versioning_page(
workflow,
workflow.cp,
rdir['workflow/version'],
Expand Down
3 changes: 2 additions & 1 deletion bin/workflows/pycbc_make_inference_plots_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ from pycbc.workflow import configuration
from pycbc.workflow import core
from pycbc.workflow import datafind
from pycbc.workflow import plotting
from pycbc.workflow import versioning
from pycbc import __version__
import pycbc.workflow.inference_followups as inffu

Expand Down Expand Up @@ -248,7 +249,7 @@ for num_event, event in enumerate(events):
title=label, collapse=True)

# Create versioning information
wf.make_versioning_page(
versioning.make_versioning_page(
workflow,
container.cp,
rdir['workflow/version'],
Expand Down

0 comments on commit 8b1eb8d

Please sign in to comment.