Replies: 7 comments
|
Hey there!
Where did it say something about SVD as you have written in the title?
Is there really an error? Or is it hanging at this point? If it is hanging, I think it could be at this line: Line 455 in b33e5d8 Or did you miss to copy the full output? How big is the size of Cheers, Sebastian |
|
Hi Sebastian, Here is the full script I write this script to genarate figures, the size of 'x' and 'y' is 33, and the size of the mesh is [38,87]. During the whole workflow, I read two data files and generate two figures for each one, after the first figure generated successfully, the second one will jump out the error 'SVD did not converge' as attached picuture. In the beginning, I thought it might be the problem of my datafile, so I switched the order of the two datafile and read the 2nd first, then it worked and generated figure for the 2nd data file, but the same error occured while processing the 1st data file. So I got confused. Can you help me solving this? Thank you! Attched are the error message captured and two figures generated. PyKrige is a convenient tool for the interpolation and plotting! |
|
Also in you case it could help to use the pseudo-inverse version from this branch: Then you can alter your call: ok = OrdinaryKriging(y, x, component[j], variogram_model='exponential', verbose=True, pseudo_inv=True)Maybe this helps. This will be in the next version. |
|
Hi Sebastian, Thanks for your reply, I have tried as you said, it makes no difference. |
|
Could you check your data for |
|
Hi Sebastian, I am on a business trip these days, I check the data and no |




Uh oh!
There was an error while loading. Please reload this page.
I got this while I tried to OrdinaryKriging in a loop.
Here is part of code
The error output is as below
All reactions