scikit-spectra icon indicating copy to clipboard operation
scikit-spectra copied to clipboard

_NearbyIndexer on tuple of items

Open hughesadam87 opened this issue 10 years ago • 0 comments

nearby[[1500,1600]]

the call to self._getitem_iterable is returning an Int64 indexer.

This method also needs to look at the key and find nearby values! Finally, I don't think nested slices are possible. EG:

ts.nearby[[50, 50:60, 90]]

It raises invalid syntax.

hughesadam87 avatar Sep 08 '14 00:09 hughesadam87