Skip to content

Commit

Permalink
Renamed the create_profile source parameter to time_series.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 14, 2017
1 parent 28dd4e9 commit de338c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qipipe/pipeline/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ def _create_workflow(self, **opts):
child_wf, 'input_spec.bolus_arrival_index')

# Make the profile.
cr_prf_fields = ['technique', 'source', 'configuration', 'sections',
'dest']
cr_prf_fields = ['technique', 'time_series', 'configuration',
'sections', 'dest']
cr_prf_xfc = Function(input_names=cr_prf_fields,
output_names=['out_file'],
function=create_profile)
Expand Down

0 comments on commit de338c8

Please sign in to comment.