SciTools / biggus

:no_entry: [DEPRECATED] Virtual large arrays and lazy evaluation.
http://biggus.readthedocs.io/
GNU Lesser General Public License v3.0
54 stars 27 forks source link

Np1v8 fix #189

Closed pp-mo closed 8 years ago

pp-mo commented 8 years ago

This avoids a problem exposed by netcdf saves in Iris 1.10, but which is actually due to a bug fixed by the major indexing rewrite in numpy 1.9. See : https://github.com/SciTools/iris/issues/2120

I've patched all indexing to convert tuples (where the problem was) to lists instead.

Notes:

Checked : the Iris 1.10 tests still pass with these changes.

pp-mo commented 8 years ago

Stop press : I'm not sure now if this fixes the original problem...

QuLogic commented 8 years ago

So should #188 be re-opened or is it also still incorrect?