Skip to content

Commit dc02bb5

Browse files
nmdefriesdshemetov
andauthored
make error more actionable
Co-authored-by: Dmitry Shemetov <[email protected]>
1 parent 4b9e836 commit dc02bb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_delphi_utils_python/data_proc/geomap/geo_data_proc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,9 @@ def assign_county_groups():
607607
else:
608608
raise NotImplementedError(
609609
"Can't combine old and new county groupings automatically, "
610-
"code is not tested or robust to changes in input format"
610+
"code below is not tested or robust to changes in input format."
611+
"We recommend manually working with the code below and the new"
612+
"data in a REPL."
611613
)
612614

613615
# Assign an incrementing integer to be the group id of each remaining

0 commit comments

Comments
 (0)