Skip to content

Commit 70630ed

Browse files
committed
fix a typo: projparms --> projparams
1 parent 111c1be commit 70630ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/basemap/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ def test_non_monotonous_longitudes(self):
133133

134134
# Check if the modified longitudes are inside of the projection region
135135
for lon in lons_new:
136-
assert lon >= bm.projparms["lon_0"] - 180
137-
assert lon <= bm.projparms["lon_0"] + 180
136+
assert lon >= bm.projparams["lon_0"] - 180
137+
assert lon <= bm.projparams["lon_0"] + 180
138138

139139

140140

0 commit comments

Comments
 (0)