Skip to content

Commit 2f97f10

Browse files
committed
Try another workaround
1 parent ebd7359 commit 2f97f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def grdimage(self, grid, **kwargs):
166166
with Session() as lib:
167167
with (
168168
lib.virtualfile_in(
169-
check_kind="raster", data=grid, _grid_mode="GMT_IN|GMT_IS_REFERENCE"
169+
check_kind="raster", data=grid, _grid_mode="GMT_IN|GMT_IS_DUPLICATE"
170170
) as vingrd,
171171
lib.virtualfile_in(
172172
check_kind="raster", data=kwargs.get("I"), required_data=False

0 commit comments

Comments
 (0)