Ryan Burns
Ryan Burns
Are there any plans to implement callbacks for ODE.jl? I'd love to use @ChrisRackauckas's new callback functionality with the higher-order ODE algorithms here.
@RussellGrew, does using `-DCMAKE_PREFIX_PATH=$CONDA_PREFIX` help with finding Python and Numpy? That's what I usually use, and I haven't needed to specify any manual installation paths
It's possible, I think openblas supports 64-bit indexing but reference blas must use 32-bit indices. Also, searching the error messages on github brings up some recent openblas/lapack issues regarding NaN/Inf...
Just my 2¢, but I always use this option on macOS so my cmake PR recommends it in the isce2 readme. https://github.com/isce-framework/isce2/pull/136/files#diff-04c6e90faac2675aa89e2176d2eec7d8R324-R329
I'm afraid the docker images have been quite out of date for a while and aren't tested often, especially so for the CUDA version. Have you been able to build...
Are the padding zeros needed anywhere else? If not, it might be more correct to cast to int when `track.frames[j].frameNumber` is initialized. I think it makes a little more sense...
CMake is linking against /usr/local/lib/libfftw3f.a from your distro, which is a static lib and can't be linked into shared objects. You should make sure that cmake finds shared libraries (ending...
Hi Tobias, isce2 is in maintenance mode and doesn't really have ETAs. I'll merge this once I'm satisfied that it is a correct fix. If you'd like to speed up...
Thanks for the feedback Yujie, I pushed an update so username/password should now be only entered once for multiple file downloads. If you have a test case where missing precise...
Thanks Eric, I merged your auth token changes and it's a significant improvement :)