Skip to content

Commit

Permalink
Adjust defaults of cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Mar 11, 2024
1 parent 5f5a616 commit 4545fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/normi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
)
@click.option(
'--norm',
default='joint',
default='geometric',
show_default=True,
type=click.Choice(NORMS, case_sensitive=False),
help='Normalization method of the mutual information.',
)
@click.option(
'--inv-measure',
default='radius',
default='volume',
show_default=True,
type=click.Choice(INVMEASURES, case_sensitive=False),
help='Invariant measure to rescale the entropies.',
Expand Down

0 comments on commit 4545fce

Please sign in to comment.