Skip to content

Commit edfd3a5

Browse files
Apply suggestions from code review
Co-authored-by: Michael Grund <[email protected]>
1 parent 7b063c9 commit edfd3a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pygmt/tests/test_meca.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def test_meca_spec_dictionary():
1717
"""
1818
Test supplying a dictionary containing a single focal mechanism to the spec
19-
argument.
19+
parameter.
2020
"""
2121
fig = Figure()
2222
# Right lateral strike slip focal mechanism
@@ -37,7 +37,7 @@ def test_meca_spec_dictionary():
3737
def test_meca_spec_dict_list():
3838
"""
3939
Test supplying a dictionary containing a list of focal mechanism to the
40-
spec argument.
40+
spec parameter.
4141
"""
4242
fig = Figure()
4343
# supply focal mechanisms as a dict of lists
@@ -60,7 +60,7 @@ def test_meca_spec_dict_list():
6060
def test_meca_spec_dataframe():
6161
"""
6262
Test supplying a pandas.DataFrame containing focal mechanisms and locations
63-
to the spec argument.
63+
to the spec parameter.
6464
"""
6565

6666
fig = Figure()
@@ -84,7 +84,7 @@ def test_meca_spec_dataframe():
8484
def test_meca_spec_1d_array():
8585
"""
8686
Test supplying a 1D numpy array containing focal mechanisms and locations
87-
to the spec argument.
87+
to the spec parameter.
8888
"""
8989
fig = Figure()
9090
# supply focal mechanisms to meca as a 1D numpy array, here we are using
@@ -122,7 +122,7 @@ def test_meca_spec_1d_array():
122122
def test_meca_spec_2d_array():
123123
"""
124124
Test supplying a 2D numpy array containing focal mechanisms and locations
125-
to the spec argument.
125+
to the spec parameter.
126126
"""
127127
fig = Figure()
128128
# supply focal mechanisms to meca as a 2D numpy array, here we are using
@@ -162,7 +162,7 @@ def test_meca_spec_2d_array():
162162
def test_meca_spec_file():
163163
"""
164164
Test supplying a file containing focal mechanisms and locations to the spec
165-
argument.
165+
parameter.
166166
"""
167167

168168
fig = Figure()

0 commit comments

Comments
 (0)