Skip to content

Commit

Permalink
initialize --polarization-n-permutations to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Jan 24, 2024
1 parent dc92932 commit e637f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pixelator/cli/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
)
@click.option(
"--polarization-n-permutations",
default=None,
default=0,
required=False,
type=click.IntRange(min=0),
show_default=True,
Expand Down

0 comments on commit e637f17

Please sign in to comment.