16
16
def test_meca_spec_dictionary ():
17
17
"""
18
18
Test supplying a dictionary containing a single focal mechanism to the spec
19
- argument .
19
+ parameter .
20
20
"""
21
21
fig = Figure ()
22
22
# Right lateral strike slip focal mechanism
@@ -37,7 +37,7 @@ def test_meca_spec_dictionary():
37
37
def test_meca_spec_dict_list ():
38
38
"""
39
39
Test supplying a dictionary containing a list of focal mechanism to the
40
- spec argument .
40
+ spec parameter .
41
41
"""
42
42
fig = Figure ()
43
43
# supply focal mechanisms as a dict of lists
@@ -60,7 +60,7 @@ def test_meca_spec_dict_list():
60
60
def test_meca_spec_dataframe ():
61
61
"""
62
62
Test supplying a pandas.DataFrame containing focal mechanisms and locations
63
- to the spec argument .
63
+ to the spec parameter .
64
64
"""
65
65
66
66
fig = Figure ()
@@ -84,7 +84,7 @@ def test_meca_spec_dataframe():
84
84
def test_meca_spec_1d_array ():
85
85
"""
86
86
Test supplying a 1D numpy array containing focal mechanisms and locations
87
- to the spec argument .
87
+ to the spec parameter .
88
88
"""
89
89
fig = Figure ()
90
90
# supply focal mechanisms to meca as a 1D numpy array, here we are using
@@ -122,7 +122,7 @@ def test_meca_spec_1d_array():
122
122
def test_meca_spec_2d_array ():
123
123
"""
124
124
Test supplying a 2D numpy array containing focal mechanisms and locations
125
- to the spec argument .
125
+ to the spec parameter .
126
126
"""
127
127
fig = Figure ()
128
128
# supply focal mechanisms to meca as a 2D numpy array, here we are using
@@ -162,7 +162,7 @@ def test_meca_spec_2d_array():
162
162
def test_meca_spec_file ():
163
163
"""
164
164
Test supplying a file containing focal mechanisms and locations to the spec
165
- argument .
165
+ parameter .
166
166
"""
167
167
168
168
fig = Figure ()
0 commit comments