Skip to content

Commit f9adb95

Browse files
committed
Fixed duplicates in MICHIGAN_UPPER_PENINSULA array: removed duplicate 26053, corrected 20033 to 26033, ensured unique GEOIDs
1 parent 124b2c5 commit f9adb95

File tree

2 files changed

+4
-87
lines changed

2 files changed

+4
-87
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

src/predefined_sets.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ WEST_OF_100TH = ["48357", "48359", "48111", "48205", "48233",
1818
EAST_OF_100TH = ["48375", "48179", "48483", "48101", "48437",
1919
"48369", "48191", "48393", "48087", "48211"]
2020

21-
MICHIGAN_UPPER_PENINSULA = ["26053", "26131", "26061", "26083", "26013",
21+
# Counties in Michigan's Upper Peninsula
22+
MICHIGAN_UPPER_PENINSULA = ["26131", "26061", "26083", "26013",
2223
"26071", "26103", "26003", "26109", "26041",
23-
"26053", "26956", "26976", "26033", "26043",
24-
"26053", "26095", "26097", "20033", "26043",
25-
"26053", "26153"]
24+
"26053", "26095", "26097", "26033", "26043",
25+
"26153", "26956", "26976"]
2626

2727
EAST_OF_SIERRAS_GEOIDS = ["06037", "06059", "06061", "06075", "06085"]
2828

@@ -57,7 +57,6 @@ COLORADO_BASIN_GEOIDS = ["08109", "35003", "56023", "56013", "08115",
5757
"08051", "35051", "08077", "08033", "08005",
5858
"56035", "49019", "35061", "08049"]
5959

60-
6160
# Counties east of the Sierra Nevada mountains, excluding Plumas County.
6261
EAST_OF_SIERRAS = ["06003", "06017", "06027", "06035", "06049",
6362
"06051", "06057", "06063", "06071", "06091"]

0 commit comments

Comments
 (0)