Skip to content

Commit 997062f

Browse files
Alexander SnorkinAlexander Snorkin
authored andcommitted
test_metric.py duplicate DummyList removed
1 parent c7db564 commit 997062f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/metrics/test_metric.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,6 @@ def compute(self):
4141
pass
4242

4343

44-
class DummyList(Metric):
45-
name = "DummyList"
46-
47-
def __init__(self):
48-
super().__init__()
49-
self.add_state("x", list(), dist_reduce_fx=None)
50-
51-
def update(self):
52-
pass
53-
54-
def compute(self):
55-
pass
56-
57-
5844
def test_inherit():
5945
Dummy()
6046

0 commit comments

Comments
 (0)