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 f988c1a commit 3313c18Copy full SHA for 3313c18
packages/basemap/src/mpl_toolkits/basemap/__init__.py
@@ -5127,7 +5127,7 @@ def _addcyclic(a):
5127
except IndexError:
5128
raise ValueError('The specified axis does not correspond to an '
5129
'array dimension.')
5130
- return npsel.concatenate((a,a[slicer]),axis=axis)
+ return npsel.concatenate((a,a[tuple(slicer)]),axis=axis)
5131
def _addcyclic_lon(a):
5132
"""addcyclic function for a single longitude array"""
5133
# select the right numpy functions
0 commit comments