We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111c1be commit 70630edCopy full SHA for 70630ed
lib/mpl_toolkits/basemap/test.py
@@ -133,8 +133,8 @@ def test_non_monotonous_longitudes(self):
133
134
# Check if the modified longitudes are inside of the projection region
135
for lon in lons_new:
136
- assert lon >= bm.projparms["lon_0"] - 180
137
- assert lon <= bm.projparms["lon_0"] + 180
+ assert lon >= bm.projparams["lon_0"] - 180
+ assert lon <= bm.projparams["lon_0"] + 180
138
139
140
0 commit comments