Skip to content

Commit

Permalink
The profile base name is the resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 23, 2017
1 parent 819e150 commit e5d632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def _create_workflow(self, **opts):
cr_prf.inputs.technique = self.technique
cr_prf.inputs.configuration = self.configuration
cr_prf.inputs.sections = self.profile_sections
cr_prf.inputs.dest = MODELING_CONF_FILE
cr_prf.inputs.dest = "%s.cfg" % self.resource
exec_wf.connect(input_spec, 'time_series', cr_prf, 'time_series')

# Each output field contains a modeling result file.
Expand Down

0 comments on commit e5d632e

Please sign in to comment.