Skip to content

Commit

Permalink
fix: decimation int
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 5, 2024
1 parent ebc5e31 commit bc6223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map2loop/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class SamplerDecimator(Sampler):
"""

@beartype.beartype
def __init__(self, decimation: Union[int, float] = 1):
def __init__(self, decimation: int = 1):
"""
Initialiser for decimator sampler
Expand Down

0 comments on commit bc6223b

Please sign in to comment.