ajdawson / windspharm

A Python library for spherical harmonic computations on vector winds.
http://ajdawson.github.io/windspharm
MIT License
82 stars 36 forks source link

Use tuple instead of list for multi-dim indexing #99

Closed ajdawson closed 6 years ago

ajdawson commented 6 years ago

Avoid a future behaviour change by using the correct indexing data structure.