Skip to content

Commit

Permalink
Fixed a refactoring bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ndemaio committed Oct 24, 2023
1 parent 9727a11 commit 62dad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster2dggs/h3.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _address_boundary_issues(
of the original (i.e. window-based) partitioning. Using the nested structure of the DGGS is an useful property
to address this problem.
"""
parent_res = _get_parent_res(parent_res, resolution)
parent_res = common.get_parent_res("h3", parent_res, resolution)

common.LOGGER.debug(
f"Reading Stage 1 output ({pq_input}) and setting index for parent-based partitioning"
Expand Down

0 comments on commit 62dad90

Please sign in to comment.