Explorar el Código

Fix the BUILD file

Xin Pan hace 9 años
padre
commit
a374c26e6a
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  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",
-    ],
-)