Skip to content

Commit

Permalink
Remove the duplicate test_load_sample_data test
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 4, 2023
1 parent a103de9 commit a35adc6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pygmt/tests/test_datasets_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ def test_japan_quakes():
assert data["day"].max() == 31


def test_load_sample_data():
"""
Check that the dataset loads without errors.
"""
data = load_sample_data(name="japan_quakes")
assert data.shape == (115, 7)
assert data["year"].min() == 1987
assert data["year"].max() == 1988
assert data["month"].min() == 1
assert data["month"].max() == 12
assert data["day"].min() == 1
assert data["day"].max() == 31


def test_ocean_ridge_points():
"""
Check that the @ridge.txt dataset loads without errors.
Expand Down

0 comments on commit a35adc6

Please sign in to comment.