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 |
Beta Was this translation helpful? Give feedback.
-
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! |
Beta Was this translation helpful? Give feedback.
-
And another question, this subfigure seems not interpolate correctly, do you have some ideas about this? I can send you all the data if you want, this situation not only appeared here, but many other places. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Hi Sebastian, Thanks for your reply, I have tried as you said, it makes no difference. |
Beta Was this translation helpful? Give feedback.
-
Could you check your data for |
Beta Was this translation helpful? Give feedback.
-
Hi Sebastian, I am on a business trip these days, I check the data and no |
Beta Was this translation helpful? Give feedback.
-
I got this while I tried to OrdinaryKriging in a loop.
Here is part of code
The error output is as below
Beta Was this translation helpful? Give feedback.
All reactions