sustainability-lab / polire

Spatial Interpolation in Python
https://sustainability-lab.github.io/polire/
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

use x[a, b] instead of x[a][b] #7

Closed nipunbatra closed 4 years ago

nipunbatra commented 5 years ago

https://github.com/sustainability-lab/spatial-interpolation/blob/87431699d4a86d804d50c904d66c1313983ed804/IDW/scikit_comply/working.py#L118

The former is quicker.

sdeepaknarayanan commented 5 years ago

Check IDW

sdeepaknarayanan commented 4 years ago

This issue was also fixed earlier.