Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-33027: add PipelineGraph class #347

Merged
merged 16 commits into from
Aug 4, 2023

Use enum to make PipelineGraph load options clearer.

8091ec1
Select commit
Loading
Failed to load commit list.
Merged

DM-33027: add PipelineGraph class #347

Use enum to make PipelineGraph load options clearer.
8091ec1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 4, 2023 in 1s

86.79% of diff hit (target 82.72%)

View this Pull Request on Codecov

86.79% of diff hit (target 82.72%)

Annotations

Check warning on line 74 in python/lsst/pipe/base/pipeTools.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeTools.py#L74

Added line #L74 was not covered by tests

Check warning on line 86 in python/lsst/pipe/base/pipeTools.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeTools.py#L86

Added line #L86 was not covered by tests

Check warning on line 112 in python/lsst/pipe/base/pipeTools.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeTools.py#L112

Added line #L112 was not covered by tests

Check warning on line 165 in python/lsst/pipe/base/pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline.py#L163-L165

Added lines #L163 - L165 were not covered by tests

Check warning on line 785 in python/lsst/pipe/base/pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline.py#L785

Added line #L785 was not covered by tests

Check warning on line 788 in python/lsst/pipe/base/pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline.py#L787-L788

Added lines #L787 - L788 were not covered by tests

Check warning on line 792 in python/lsst/pipe/base/pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline.py#L792

Added line #L792 was not covered by tests

Check warning on line 797 in python/lsst/pipe/base/pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline.py#L797

Added line #L797 was not covered by tests

Check warning on line 856 in python/lsst/pipe/base/pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline.py#L853-L856

Added lines #L853 - L856 were not covered by tests

Check warning on line 115 in python/lsst/pipe/base/pipeline_graph/_dataset_types.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_dataset_types.py#L115

Added line #L115 was not covered by tests

Check warning on line 217 in python/lsst/pipe/base/pipeline_graph/_dataset_types.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_dataset_types.py#L217

Added line #L217 was not covered by tests

Check warning on line 220 in python/lsst/pipe/base/pipeline_graph/_dataset_types.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_dataset_types.py#L219-L220

Added lines #L219 - L220 were not covered by tests

Check warning on line 190 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L190

Added line #L190 was not covered by tests

Check warning on line 207 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L207

Added line #L207 was not covered by tests

Check warning on line 334 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L334

Added line #L334 was not covered by tests

Check warning on line 341 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L341

Added line #L341 was not covered by tests

Check warning on line 350 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L350

Added line #L350 was not covered by tests

Check warning on line 353 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L353

Added line #L353 was not covered by tests

Check warning on line 356 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L355-L356

Added lines #L355 - L356 were not covered by tests

Check warning on line 361 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L361

Added line #L361 was not covered by tests

Check warning on line 364 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L364

Added line #L364 was not covered by tests

Check warning on line 367 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L366-L367

Added lines #L366 - L367 were not covered by tests

Check warning on line 500 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L500

Added line #L500 was not covered by tests

Check warning on line 548 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L548

Added line #L548 was not covered by tests

Check warning on line 555 in python/lsst/pipe/base/pipeline_graph/_edges.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/pipe/base/pipeline_graph/_edges.py#L555

Added line #L555 was not covered by tests