OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
497 stars 136 forks source link

Removing unused code #400

Closed dvadym closed 2 years ago

dvadym commented 2 years ago

This PR contains:

  1. Removing 3 unused files.
  2. Removing some unused import/include
  3. Using pytest.approx instead the only used function expect_near from conftest.py (and it's better to use standard function instead of custom one)
chinmayshah99 commented 2 years ago

C++ style check is failing. You could fix by running make.

chinmayshah99 commented 2 years ago

C++ style check is failing. You could fix by running make.

dvadym commented 2 years ago

C++ style check is failing. You could fix by running make.

Thanks. I've run formatting