Closed riemanli closed 3 years ago
Seems unnecessary to me.
On Thu, Oct 14, 2021, 1:54 PM Rieman @.***> wrote:
Hi. Do we need the code shown in the snippet above? main doesn't do anything but check number of command-line arguments. Plus, absl.app is not imported in this module, which causes problems.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/world-federation-of-advertisers/cardinality_estimation_evaluation_framework/issues/126, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR7TBWB6C6DZNEN3ZK2OG3UG47PXANCNFSM5GARFDIA .
Submit PR #127 to remove the redundant code.
Agreed, unnecessary to me.
Found one more file has the same issue. Removed it in the same PR #127.
Fixed in PR #127.
https://github.com/world-federation-of-advertisers/cardinality_estimation_evaluation_framework/blob/732117efd307230156376e88f4d2ab3bb6b5df97/src/common/noisers.py#L229-L235
Hi. Do we need the code shown in the snippet above?
main
doesn't do anything but check number of command-line arguments. Plus,absl.app
is not imported in this module, which causes problems.