Skip to content

Commit

Permalink
Change the mode "informative" to "atLeastTwo"
Browse files Browse the repository at this point in the history
I forgot the script informative_traits.py...
  • Loading branch information
Sylvain PULICANI committed Aug 26, 2019
1 parent 702e646 commit 47771b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/informative_traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def cli_parser():
parser.add_argument('-o', '--output',
help='write the output there; can be JSON or TSV')
parser.add_argument('-m', '--mode', default='intersection',
choices=['intersection', 'informative', 'union'],
choices=['intersection', 'atLeastTwo', 'union'],
help=('the mode, that is, the kind of values we want'
' to keep while computing the distance'))
parser.add_argument('-p', '--progress', action='store_true',
Expand Down

0 comments on commit 47771b4

Please sign in to comment.