Skip to content
Snippets Groups Projects
Commit e5e71b62 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Fix tests, final rename

Former-commit-id: 43e2c5cf
parent 6a3b70ff
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ parset_selector: ...@@ -50,7 +50,7 @@ parset_selector:
stage: test_steps stage: test_steps
allow_failure: true allow_failure: true
script: script:
- cwl-runner steps/DP3.ParsetSelector.cwl test_jobs/parset_selector.json - cwl-runner steps/DP3.Selector.cwl test_jobs/selector.json
file_selector: file_selector:
stage: test_steps stage: test_steps
......
File moved
...@@ -26,7 +26,7 @@ steps: ...@@ -26,7 +26,7 @@ steps:
'sbg:y': -729.5 'sbg:y': -729.5
- id: average_step_generator - id: average_step_generator
in: in:
- id: input_parset - id: steps
source: source:
- aoflagger_step_generator/augmented_steps - aoflagger_step_generator/augmented_steps
out: out:
...@@ -40,7 +40,7 @@ steps: ...@@ -40,7 +40,7 @@ steps:
source: source:
- average_step_generator/augmented_steps - average_step_generator/augmented_steps
out: out:
- id: output_parset - id: parset
- id: input_files - id: input_files
- id: input_directories - id: input_directories
- id: output_file_names - id: output_file_names
...@@ -51,7 +51,7 @@ steps: ...@@ -51,7 +51,7 @@ steps:
- id: dppp - id: dppp
in: in:
- id: parset - id: parset
source: parset_generator/output_parset source: parset_generator/parset
- id: msin - id: msin
source: msin source: msin
- id: secondary_files - id: secondary_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment