Skip to content

Commit

Permalink
change default option for homosys_example
Browse files Browse the repository at this point in the history
  • Loading branch information
liangwang committed Mar 8, 2013
1 parent 687e6f0 commit c1aee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumos/analyses/homosys_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def plot(self):
parser = OptionParser()

mode_choices = ('a', 'p', 'ap')
parser.add_option('--mode', default='p', choices=mode_choices,
parser.add_option('--mode', default='ap', choices=mode_choices,
help='choose the running mode, choose from ('
+ ','.join(mode_choices)
+ '), default: %default]')
Expand Down

0 comments on commit c1aee59

Please sign in to comment.