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 0e5181b commit f457d2eCopy full SHA for f457d2e
medcat/compare_models/compare_annotations.py
@@ -14,7 +14,7 @@ class ResultsTally(BaseModel):
14
pt2ch: Optional[Dict[str, Set[str]]]
15
cat_data: dict
16
cui2name: Callable[[str], str]
17
- total_count = 0
+ total_count: int = 0
18
per_cui_count: Dict[str, int] = {}
19
per_cui_acc: Dict[str, float] = {}
20
per_cui_forms: Dict[str, Set[str]] = {}
0 commit comments