Skip to content
Advertisement

Tag: pycall

PyCall can’t find scipy in Julia

I’m currently rewriting a bunch of matlab code into julia. These codes envolves a lot of math and, particularly, interpolation functions for a 3D mesh. It is easy to deal with this in matlab: all I need to do is to use interp3 function. Once I coundn’t find any simple way to do similar in Julia, I’m trying to use

Advertisement