Skip to content

Commit

Permalink
fixing pre-commit suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
birajstha committed Oct 10, 2024
1 parent 408d871 commit 1b05911
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CPAC/resources/tests/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,18 @@
import os

import pytest
import nipype.pipeline.engine as pe

from CPAC.pipeline import ALL_PIPELINE_CONFIGS
from CPAC.pipeline.engine import ingress_pipeconfig_paths, ResourcePool
from CPAC.utils.configuration import Preconfiguration
from CPAC.utils.datasource import get_highest_local_res
import nipype.pipeline.engine as pe


@pytest.mark.parametrize("pipeline", ALL_PIPELINE_CONFIGS)
def test_packaged_path_exists(pipeline):
"""
Check that all local templates are included in image at at
least one resolution.
Check that all local templates are included in image at atleast one resolution.
"""
wf = pe.Workflow(name="test")
wf, rpool = ingress_pipeconfig_paths(
Expand Down

0 comments on commit 1b05911

Please sign in to comment.