Numpy now requires array indices to be integers, and won't allow the use of float; the tsyganenko submodule predates that. I've updated the code so that it will now run without throwing IndexError. (Sorry if I've done this in the wrong way – I've never pull requested before…!)
Numpy now requires array indices to be integers, and won't allow the use of float; the
tsyganenko
submodule predates that. I've updated the code so that it will now run without throwingIndexError
. (Sorry if I've done this in the wrong way – I've never pull requested before…!)