Parcourir la source

Fix the BUILD file

Xin Pan il y a 9 ans
Parent
commit
a374c26e6a
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  1. 0 8
      differential_privacy/privacy_accountant/tf/BUILD

+ 0 - 8
differential_privacy/privacy_accountant/tf/BUILD

@@ -21,11 +21,3 @@ py_library(
     ],
     ],
 )
 )
 
 
-py_test(
-    name = "accountant_test",
-    srcs = ["accountant_test.py"],
-    deps = [
-        ":accountant",
-        "//differential_privacy/dp_sgd/dp_optimizer:utils",
-    ],
-)