Skip to content

Commit

Permalink
Removing gating from the test ini files
Browse files Browse the repository at this point in the history
Removing the `[workflow-gating]` section from the test configuration. The test configuration, necessarily, must be appropriate for GWOSC data, and to my knowledge gating files have not been used there.

We don't need a special comment for how to include gating files, these are provided in the standard way for input files coming from outside the workflow now (which is to say that you just give the option in the section corresponding to the relevant executable along with the path, or URL, to the file, and the workflow code does the rest ... This is the same as how the PHASE_TIME statistic file is handled).
  • Loading branch information
spxiwh authored Jun 14, 2019
1 parent 007e14e commit ab7bdd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/analysis.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ parallelization-factor = 40
[workflow-psd]
parallelization-factor = 5

[workflow-gating]
; not clear if this has any meaning now - FIXME
gating-method = PREGENERATED_FILE

[workflow-results]
; number of levels of event hierarchical removal to perform
max-hierarchical-removal = 2
Expand Down

0 comments on commit ab7bdd2

Please sign in to comment.