Closed kohr-h closed 4 years ago
One failure in CI is due to an incompatibility of scikit-image with NumPy 1.13 (on the C API level). We get this error:
RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb
Not sure how to fix it. Maybe we need to consider deprecating 1.13 as well, or not use the newest scikit-image. Or just ignore the failures.
Regarding the bug I guess we need to disallow one of them and I'd probably prefer scikit-image for now.
I'm not sure how to fix it though. The last scikit-image release has been a while ago already, so I don't know why this issue is triggered now. I'll test keeping the skimage version back.
Regarding the bug I guess we need to disallow one of them and I'd probably prefer scikit-image for now.
I'm not sure how to fix it though. The last scikit-image release has been a while ago already, so I don't know why this issue is triggered now. I'll test keeping the skimage version back.
Closing in favor of #1577
Fixes #1561
Note: I changed the default value of
maxiter
toNone
, leading to iteration till convergence by default. The old default of 100 was just arbitrary and didn't make sense for many use cases anyway.