Skip to content

Commit 5b6bb42

Browse files
committed
Rename earth_daynight to earth_day
1 parent e886408 commit 5b6bb42

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pygmt/datasets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
from pygmt.datasets.earth_age import load_earth_age
8-
from pygmt.datasets.earth_daynight import load_blue_marble
8+
from pygmt.datasets.earth_day import load_blue_marble
99
from pygmt.datasets.earth_free_air_anomaly import load_earth_free_air_anomaly
1010
from pygmt.datasets.earth_geoid import load_earth_geoid
1111
from pygmt.datasets.earth_magnetic_anomaly import load_earth_magnetic_anomaly
File renamed without changes.

pygmt/tests/test_datasets_earth_daynight.py renamed to pygmt/tests/test_datasets_earth_day.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Test basic functionality for loading Blue and Black Marble datasets.
2+
Test basic functionality for loading Blue Marble datasets.
33
"""
44

55
import numpy as np

0 commit comments

Comments
 (0)