You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/acquisition/rvdss/constants.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@
9
9
"adenovirus": "adv",
10
10
"adeno": "adv",
11
11
"human metapneumovirus": "hmpv",
12
-
"enterovirus/rhinovirus": "evrv",
12
+
"enterovirus_rhinovirus": "evrv",
13
13
"rhinovirus": "evrv",
14
14
"rhv": "evrv",
15
-
"entero/rhino": "evrv",
15
+
"entero_rhino": "evrv",
16
16
"rhino":"evrv",
17
-
"ev/rv":"evrv",
17
+
"ev_rv":"evrv",
18
18
"coronavirus":"hcov",
19
19
"coron":"hcov",
20
20
"coro":"hcov",
@@ -45,6 +45,7 @@
45
45
"atl":"atlantic",
46
46
"pr" :"prairies" ,
47
47
"terr" :"territories",
48
+
"uhn sinai hospital":"uhn mount sinai hospital"
48
49
}
49
50
50
51
# Regions are groups of provinces that are geographically close together. Some single provinces are reported as their own region (e.g. Québec, Ontario).
0 commit comments