Skip to content

Commit

Permalink
Rename modeling.cfg Optimization section to Modeling.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 15, 2017
1 parent 0b164ef commit 14db252
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qipipe/pipeline/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,10 @@ def create_profile(technique, time_series, configuration, sections, dest):
base_prefix = match.group(1)
resource = 'NIFTI' if base_prefix == 'scan' else base_prefix
source = dict(resource=resource, file=base_name)
optimization=dict(technique=technique)
modeling = dict(technique=technique)

return metadata.create_profile(
configuration, sections, dest,
source=source, optimization=optimization
configuration, sections, dest, source=source, modeling=modeling
)


Expand Down

0 comments on commit 14db252

Please sign in to comment.