Skip to content

Commit

Permalink
Try another workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 18, 2024
1 parent ebd7359 commit 2f97f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/grdimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def grdimage(self, grid, **kwargs):
with Session() as lib:
with (
lib.virtualfile_in(
check_kind="raster", data=grid, _grid_mode="GMT_IN|GMT_IS_REFERENCE"
check_kind="raster", data=grid, _grid_mode="GMT_IN|GMT_IS_DUPLICATE"
) as vingrd,
lib.virtualfile_in(
check_kind="raster", data=kwargs.get("I"), required_data=False
Expand Down

0 comments on commit 2f97f10

Please sign in to comment.