Skip to content

Commit

Permalink
update start query command in line with changes to IPA (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck authored Sep 17, 2024
1 parent cbe6644 commit 4821186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/app/query/ipa.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def build_from_query(cls, query: IPACoordinatorQuery):
def build_command(self) -> LoggerOutputCommand:
return LoggerOutputCommand(
cmd=f"{self.report_collector_binary_path} --network {self.network_config} "
f"--input-file {self.test_data_path} oprf-ipa "
f"--input-file {self.test_data_path} semi-honest-oprf-ipa-test "
f"--max-breakdown-key {self.max_breakdown_key} "
f"--per-user-credit-cap {self.per_user_credit_cap} --plaintext-match-keys ",
logger=self.logger,
Expand Down

0 comments on commit 4821186

Please sign in to comment.