소스 검색

Merge pull request #612 from panyx0718/master

Fix the BUILD file
Xin Pan 9 년 전
부모
커밋
59bf50a8b6
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  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",
-    ],
-)