Skip to content

Commit

Permalink
IPF mapping by default
Browse files Browse the repository at this point in the history
Fixes all but 1 TOSCA system test

Refs #10854
  • Loading branch information
DanNixon committed Mar 19, 2015
1 parent bd85d9a commit 23d7843
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ def PyInit(self):
doc='Folds multiple framed data sets into a single workspace.')

# Spectra grouping options
self.declareProperty(name='GroupingMethod', defaultValue='Individual',
self.declareProperty(name='GroupingMethod', defaultValue='IPF',
validator=StringListValidator(['Individual', 'All', 'File', 'Workspace', 'IPF']),
doc='Method used to group spectra.')
self.declareProperty(WorkspaceProperty('GroupingWorkspace', '',
Expand Down

0 comments on commit 23d7843

Please sign in to comment.