Skip to content

Commit

Permalink
fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy43 committed Nov 6, 2023
1 parent 92daefd commit ebd5a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodp/transformer_zoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def __init__(self):
Composition.__init__(self)
self.name = 'ComposeGaussian'

def compose(self, mechanism_list, coeff_list):
def compose(self, mechanism_list, coeff_list, RDP_compose_only=True, BBGHS_conversion=True, fDP_based_conversion=True):
# Make sure that the list contains only Gaussian mechanisms
for mech in mechanism_list:
assert(isinstance(mech, mechanism_zoo.GaussianMechanism)
Expand Down

0 comments on commit ebd5a24

Please sign in to comment.