You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
['Traceback (most recent call last):\n', ' File "/home/dev/Development/paegan/paegan/cdm/dataset.py", line 769, in get_values\n data = self._get_data(var, indices, use_local)\n', ' File "/home/dev/Development/paegan/paegan/cdm/grids/r_grid.py", line 78, in _get_data\n indarray[3]]\n', ' File "netCDF4.pyx", line 2613, in netCDF4.Variable.__getitem__ (netCDF4.c:29667)\n', ' File "/home/dev/.virtualenvs/larva273/lib/python2.7/site-packages/netCDF4_utils.py", line 141, in _StartCountStride\n raise IndexError("Index cannot be multidimensional.")\n', 'IndexError: Index cannot be multidimensional.\n']
['Traceback (most recent call last):\n', ' File "/home/dev/Development/paegan/paegan/cdm/dataset.py", line 768, in get_values\n if np.all([i.size >0 for i in indices]):\n', "AttributeError: 'list' object has no attribute 'size'\n"]
The text was updated successfully, but these errors were encountered:
Fiona - 0.8 - active
GDAL - 1.9.1 - active
Python - 2.7.6 - active development (/opt/python-2.7.6/lib/python2.7/lib-dynload)
Shapely - 1.3.0 - active
basemap - 1.0.7 - active
distribute - 0.6.49 - active development (/home/kwilcox/.venvburrito/lib/python/distribute-0.6.49-py2.7.egg)
matplotlib - 1.1.0 - active
netCDF4 - 1.0.7 - active
numpy - 1.8.0 - active
paegan-transport - 0.3-dev - active development (/home/kwilcox/Development/paegan-transport)
paegan-viz - 0.3.0 - active development (/home/kwilcox/Development/paegan-viz)
paegan - 1.0-dev - active development (/home/kwilcox/Development/paegan)
python-dateutil - 2.2 - active
pytz - 2013.9 - active
requests - 1.2.3 - active
scipy - 0.13.2 - active
I'm not sure the tests even touch the get_values function. Will investigate...
two issues I came across:
The text was updated successfully, but these errors were encountered: