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 f457d2e commit 1a5d846Copy full SHA for 1a5d846
medcat/compare_models/tests/test_compare_annotations.py
@@ -39,7 +39,7 @@ def _cui2name(self, cui: str) -> str:
39
40
def setUp(self) -> None:
41
self.res = compare_annotations.ResultsTally(cat_data={"stats": "don't matter"},
42
- cui2name=self._cui2name)
+ cui2name=self._cui2name, pt2ch=None)
43
for entities in self.entities:
44
self.res.count(entities['entities'])
45
0 commit comments