Skip to content

Commit

Permalink
Fix private beam
Browse files Browse the repository at this point in the history
  • Loading branch information
jspacek committed Dec 22, 2021
1 parent a7bc6ac commit 7507b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_dp/private_beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self,
self._sum_params = sum_params

def expand(self, pcol: pvalue.PCollection) -> pvalue.PCollection:
beam_operations = pipeline_dp.BeamOperations()
beam_operations = pipeline_dp.BeamOperations("Expand")
dp_engine = pipeline_dp.DPEngine(self._budget_accountant,
beam_operations)

Expand Down

0 comments on commit 7507b08

Please sign in to comment.