Skip to content

Commit dbaadf1

Browse files
authored
Delete decomposer library and test from BUILD (#200)
In #197 we removed decomposer library and its associated test. However, that was merged with a failing test because the BUILD did not get updated (sorry!) Here we remove it from the BUILD
1 parent 3ca4f28 commit dbaadf1

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

src/py/BUILD

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,6 @@ py_test(
8484
],
8585
)
8686

87-
88-
py_library(
89-
name = "decomposer",
90-
srcs = ["decomposer.py"],
91-
visibility = ["//:__subpackages__"],
92-
deps = [
93-
"@pypi//stim",
94-
],
95-
)
96-
97-
py_test(
98-
name = "decomposer_test",
99-
srcs = ["decomposer_test.py"],
100-
visibility = ["//:__subpackages__"],
101-
deps = [
102-
":decomposer",
103-
"@pypi//pytest",
104-
"@pypi//stim",
105-
],
106-
)
107-
10887
compile_pip_requirements(
10988
name = "requirements",
11089
src = "requirements.in",

0 commit comments

Comments
 (0)