标签: python numpy
我们的项目在代码中使用它:
W_percentile[x, y] = np.percentile(np.array(l), 75, interpolation='lower')
但我一直收到错误:
**TypeError: percentile() got an unexpected keyword argument 'interpolation'**
我看到一些答案说它是由于旧版本的numpy。但我的numpy版本是1.10.1。有谁知道我为什么会收到这个错误?谢谢!