Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
troublezhang committed May 31, 2016
1 parent d5b54d2 commit dcda609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PePr/classDef.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def validate_parameters(self):
if len(self.normalization_dict) == 0:
if self.difftest is False and self.normalization =='':
self.normalization = "intra-group"
if self.normalization not in ['inter-group','intra-group','none']:
if self.normalization not in ['inter-group','intra-group','scale','none']:
raise Exception('''Please specify a normalization method: inter-group, intra-group, or scale. put 'no' if you don't want to normalize''')

if self.difftest is True:
Expand Down

0 comments on commit dcda609

Please sign in to comment.