vtsuperdarn / davitpy

DEPRECATED The DaViT Python project
http://vtsuperdarn.github.com/davitpy/
GNU General Public License v3.0
37 stars 59 forks source link

Fixed a bug in which tsygTrace would throw IndexError on being run. #361

Closed johncoxon closed 6 years ago

johncoxon commented 6 years ago

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…!)