We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6777dd9 commit 9989133Copy full SHA for 9989133
tests/unit/test_datastructures.py
@@ -23,7 +23,6 @@ def test_delete(self):
23
self.another_context_feature_set = self.context_feature_set
24
del self.another_context_feature_set["context_1"]
25
del self.another_context_feature_set["context_2"]
26
- assert self.another_context_feature_set.get_context_feature_count() == 0
27
28
def test_len(self):
29
assert len(self.context_feature_set) == 2
@@ -71,7 +70,6 @@ def test_delete(self):
71
70
self.another_drug_feature_set = self.drug_feature_set
72
del self.another_drug_feature_set["drug_1"]
73
del self.another_drug_feature_set["drug_2"]
74
- assert self.another_drug_feature_set.get_drug_feature_count() == 0
75
76
77
assert len(self.drug_feature_set) == 2
0 commit comments