Skip to content

Commit ef01fae

Browse files
fix division typo
1 parent 9246e06 commit ef01fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schimpy/geo_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def partition_check(
157157
)
158158
else:
159159
# otherwise the domain is contiguous.
160-
logging.info("The domain divisino is contiguous!")
160+
logging.info("The domain division is contiguous!")
161161
mapping = np.where(ID_df.values)[1] + 1 # change to one-based indices
162162
# this is only used when the number of orphaned cells exceed half of the original cells
163163
# regions = np.append(poly_gpd.region.values, 'other')

0 commit comments

Comments
 (0)