Skip to content

Commit

Permalink
Merge pull request #4 from moldyn/improve_defaults
Browse files Browse the repository at this point in the history
Adjust defaults of cli.
  • Loading branch information
braniii authored Mar 11, 2024
2 parents ddfb2fa + 4545fce commit 28b8216
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 28b8216

Please sign in to comment.