lnlrbr / krige

A simple kriging module in python
13 stars 8 forks source link

Update randin in base.py #2

Closed wangjiaji closed 10 years ago

wangjiaji commented 10 years ago

Omit the third argument in np.random.random_integers, so the random number is returned directly instead of in an array. In the latter form, numpy throws an error when the length of ind is smaller than 32.