File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 fi
4444 export PYTHONPATH=$PWD
4545 pip install nipype numpy matplotlib pandas pathvalidate pytz pyyaml voluptuous yamlordereddictloader
46- python ./CPAC/utils/yaml_template.py
46+ python ./CPAC/utils/configuration/ yaml_template.py
4747 if [[ ! -z $(git diff origin/${GITHUB_BRANCH}) ]]
4848 then
4949 git add CPAC/resources/configs
Original file line number Diff line number Diff line change 2626from CPAC .utils .monitoring import failed_to_start , log_nodes_cb
2727from CPAC .longitudinal_pipeline .longitudinal_workflow import \
2828 anat_longitudinal_wf
29- from CPAC .utils .yaml_template import upgrade_pipeline_to_1_8
29+ from CPAC .utils .configuration . yaml_template import upgrade_pipeline_to_1_8
3030
3131
3232# Run condor jobs
File renamed without changes.
Original file line number Diff line number Diff line change 2121import yaml
2222
2323from CPAC .utils .configuration import preconfig_yaml
24- from CPAC .utils .yaml_template import create_yaml_from_template
24+ from CPAC .utils .configuration . yaml_template import create_yaml_from_template
2525
2626
2727def test_yaml_template ():
You can’t perform that action at this time.
0 commit comments