Skip to content

Commit

Permalink
fix: default to sampling 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariush Wahdany committed Jan 5, 2024
1 parent e86aab5 commit fdcb381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dp_learning_ff/mean_estimation/coinpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(
steps: Optional[int] = None,
dist: Optional[str] = None,
Ps: Optional[Iterable[float]] = None,
p_sampling: Optional[float] = None,
p_sampling: float = 1,
seed: int = 42,
order: float = 1,
):
Expand Down

0 comments on commit fdcb381

Please sign in to comment.