-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use real preprocessing pipeline in unit tests.
Tests previously used a mock pipeline because no preprocessing tasks had been implemented, and empty pipelines are invalid.
- Loading branch information
1 parent
5fb3667
commit ac53e31
Showing
5 changed files
with
18 additions
and
63 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
description: A preprocessing pipeline for testing. Must generate quantum graph, but no tasks actually run. | ||
tasks: | ||
# TODO: replace after DM-31833 or DM-42576 | ||
dummy: dummyTask.DummyTask | ||
description: Test pipeline consisting only of APDB preload | ||
|
||
imports: | ||
- location: $PROMPT_PROCESSING_DIR/tests/data/Preprocess.yaml | ||
include: | ||
- loadDiaCatalogs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
description: A preprocessing pipeline for testing. Must generate quantum graph, but no tasks actually run. | ||
tasks: | ||
# TODO: replace after DM-31833 or DM-42576 | ||
dummy: dummyTask.DummyTask | ||
description: Test pipeline consisting only of APDB preload | ||
|
||
imports: | ||
- location: $PROMPT_PROCESSING_DIR/tests/data/Preprocess.yaml | ||
include: | ||
- loadDiaCatalogs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
description: A preprocessing pipeline for testing. Must generate quantum graph, but no tasks actually run. | ||
tasks: | ||
# TODO: replace after DM-31833 or DM-42576 | ||
dummy: dummyTask.DummyTask | ||
description: Test version of the preprocessing pipeline | ||
|
||
imports: | ||
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCamSim/Preprocessing.yaml |