scikit-spectra
scikit-spectra copied to clipboard
_NearbyIndexer on tuple of items
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.