Skip to content

Commit d34b9ab

Browse files
committed
update test: keep rows in thresholded counties
1 parent 8513f92 commit d34b9ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doctor_visits/tests/test_geomap.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@ def test_county_to_megacounty(self):
4646
assert name == "PatCountyFIPS"
4747
assert set(out.groups.keys()) == {
4848
"01001",
49+
"01003",
4950
"01005",
51+
"01007",
5052
"01009",
53+
"01011",
54+
"01013",
5155
"01015",
56+
"01017",
5257
"01000"
5358
}

0 commit comments

Comments
 (0)