Skip to content

Commit fe0bcbd

Browse files
integer casting
1 parent 044491f commit fe0bcbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

raster2dggs/h3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def h3(
193193
raster_input,
194194
output_directory,
195195
int(resolution),
196-
parent_res,
196+
int(parent_res),
197197
warp_args,
198198
**kwargs,
199199
)

raster2dggs/rHP.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def rhp(
193193
raster_input,
194194
output_directory,
195195
int(resolution),
196-
parent_res,
196+
int(parent_res),
197197
warp_args,
198198
**kwargs,
199199
)

0 commit comments

Comments
 (0)