Investigate improvements to clean up complex indexing #912
Labels
Area: Calc
Pertains to calculations
Area: Infrastructure
Pertains to project infrastructure (e.g. CI, linting)
Type: Enhancement
Enhancement to existing functionality
There are a lot of places where we assemble list of slices and whatnot in order to do complicated index operations. This code got a lot uglier in the process of clearing warnings for numpy 1.15 by putting a lot of calls to
tuple()
everywhere. At some point we should look at this stuff and see if there are better ways:The text was updated successfully, but these errors were encountered: