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

Looper resolves pipeline interface paths differently if multiple interfaces are supplied #474

Closed
donaldcampbelljr opened this issue Mar 7, 2024 · 0 comments

Comments

@donaldcampbelljr
Copy link
Contributor

Noticing this as I refactor Looper tests.

pep_config: project/project_config.yaml
output_dir: "results"
pipeline_interfaces:
  sample:
    - pipeline/pipeline_interface1_sample.yaml
    - pipeline/pipeline_interface2_sample.yaml
pep_config: project/project_config.yaml
output_dir: "results"
pipeline_interfaces:
  sample: pipeline/pipeline_interface1_sample.yaml

The piface path is resolved differently if two interfaces are given under sample or project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants