Skip to content

Commit

Permalink
Set default ppbin to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Apr 9, 2024
1 parent 7d105dd commit e354d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLUEstering/CLUEstering.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def __init__(self, dc_: float, rhoc_: float, outlier_: float, ppbin: int = 10):
self.elapsed_time = 0.

def set_params(self, dc: float, rhoc: float,
outlier: float, ppbin: int = 10) -> None:
outlier: float, ppbin: int = 128) -> None:
self.dc_ = dc
self.rhoc = rhoc
self.outlier = outlier
Expand Down

0 comments on commit e354d62

Please sign in to comment.