fpavogt / brutus

brutus: a set of Python modules to process datacubes from integral field spectrographs.
GNU General Public License v3.0
1 stars 0 forks source link

IndexError: only integers, etc... are valid indices #1

Open fpavogt opened 7 years ago

fpavogt commented 7 years ago

As of Numpy 1.12, an array element can only be called using integer indices. This is not the case in many locations throughout brutus, and must be fixed asap !