You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the moving atrium simulation, but I am getting this error:
Creating initial folders
Loading displacement points
Creating splines for displacement
/home/lshahid/miniconda3/envs/oasismove/lib/python3.11/site-packages/scipy/interpolate/_fitpack_py.py:295: RuntimeWarning: The maximal number of iterations (20) allowed for finding smoothing
spline with fp=s has been reached. Probable cause: s too small.
(abs(fp-s)/s>0.001)
res = _impl.splrep(x, y, w, xb, xe, k, task, s, t, full_output, per, quiet)
The MovingAtrium.py file states that the spline parameter needs to be set objectively.
How can I fix this problem? Is there a value of s that works for this problem? I tried iterating with a large range of values of s but none of them wroked.
I would appreciate your help with this.
Thanks,
Labib
The text was updated successfully, but these errors were encountered:
lshahid
changed the title
Spline parameter fro moving atrium simulation
Spline parameter for moving atrium simulation
Aug 30, 2024
Hello,
I am trying to run the moving atrium simulation, but I am getting this error:
Creating initial folders
Loading displacement points
Creating splines for displacement
/home/lshahid/miniconda3/envs/oasismove/lib/python3.11/site-packages/scipy/interpolate/_fitpack_py.py:295: RuntimeWarning: The maximal number of iterations (20) allowed for finding smoothing
spline with fp=s has been reached. Probable cause: s too small.
(abs(fp-s)/s>0.001)
res = _impl.splrep(x, y, w, xb, xe, k, task, s, t, full_output, per, quiet)
The MovingAtrium.py file states that the spline parameter needs to be set objectively.
How can I fix this problem? Is there a value of s that works for this problem? I tried iterating with a large range of values of s but none of them wroked.
I would appreciate your help with this.
Thanks,
Labib
The text was updated successfully, but these errors were encountered: