Scipy griddata doesn't work inside a loop / memory leak

前端 未结 1 816
心在旅途
心在旅途 2021-01-21 18:30

I am having a problem using Scipy\'s griddata inside a loop. Basically what happens is that the memory grows without bound while the loop is running.

To reproduce the pr

相关标签:
1条回答
  • 2021-01-21 18:58

    It's a bug in Cython, should be worked around in Scipy's final 0.12.0 release.

    0 讨论(0)
提交回复
热议问题