Skip to content

Commit

Permalink
Update test_atlas_read.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Jul 18, 2024
1 parent 8ff9c23 commit c3ff7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_atlas_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def test_compare_TPXO9_v2(METHOD, CROP):
@pytest.mark.parametrize("CROP", [False, True])
@pytest.mark.skip(reason='Need to validate over grounded point')
# PURPOSE: Tests that interpolated results are comparable to OTPS2 program
def test_verify_TPXO8(METHOD, EXTRAPOLATE):
def test_verify_TPXO8(METHOD, EXTRAPOLATE, CROP):
# model parameters for TPXO8-atlas
model = pyTMD.io.model(filepath,compressed=False).elevation('TPXO8-atlas')
# constituents for test
Expand Down

0 comments on commit c3ff7c1

Please sign in to comment.