Skip to content

Commit a750769

Browse files
committed
adjustments based on code review comments
1 parent 8e7a93c commit a750769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygmt/datasets/samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Functions to load sample data from the GMT tutorials.
2+
Functions to load sample data.
33
"""
44
import pandas as pd
55
from pygmt.src import which

pygmt/tests/test_datasets_tutorial.py renamed to pygmt/tests/test_datasets_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Test basic functionality for loading datasets for tutorials.
2+
Test basic functionality for loading sample datasets.
33
"""
44
from pygmt.datasets import (
55
load_japan_quakes,

0 commit comments

Comments
 (0)