Skip to content

Commit 41e1463

Browse files
seismanMeghan Jones
andauthored
Update pygmt/tests/test_grdproject.py
Co-authored-by: Meghan Jones <meghanj@alum.mit.edu>
1 parent b50aec3 commit 41e1463

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pygmt/tests/test_grdproject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def test_grdproject_file_out(grid, expected_grid):
5555
assert result is None # return value is None
5656
assert os.path.exists(path=tmpfile.name) # check that outgrid exists
5757
temp_grid = load_dataarray(tmpfile.name)
58-
print(temp_grid)
5958
xr.testing.assert_allclose(a=temp_grid, b=expected_grid)
6059

6160

0 commit comments

Comments
 (0)