"tests/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "3a203179a3f655e54bb82b0e0eff347d7f284f33"
Commit 59bf50a8 authored by Xin Pan's avatar Xin Pan Committed by GitHub
Browse files

Merge pull request #612 from panyx0718/master

Fix the BUILD file
parents 8505222e a374c26e
...@@ -21,11 +21,3 @@ py_library( ...@@ -21,11 +21,3 @@ py_library(
], ],
) )
py_test(
name = "accountant_test",
srcs = ["accountant_test.py"],
deps = [
":accountant",
"//differential_privacy/dp_sgd/dp_optimizer:utils",
],
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment