We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCPi regularisation toolkit builds but unit tests fail with messages as #829 (comment) or
File "/home/runner/work/SIRF-SuperBuild/SIRF-SuperBuild/build/sources/CCPi-Regularisation-Toolkit/test/test_run_test.py", line 5, in <module> from ccpi.filters.regularisers import ROF_TV, FGP_TV, PD_TV, SB_TV, TGV, LLT_ROF, FGP_dTV, NDF, Diff4th File "/home/runner/install/python/ccpi/filters/regularisers.py", line 5, in <module> from ccpi.filters.cpu_regularisers import TV_ROF_CPU, TV_FGP_CPU, TV_PD_CPU, TV_SB_CPU, dTV_FGP_CPU, TNV_CPU, NDF_CPU, Diff4th_CPU, TGV_CPU, LLT_ROF_CPU, PATCHSEL_CPU, NLTV_CPU ImportError: /home/runner/install/python/ccpi/filters/cpu_regularisers.cpython-310-x86_64-linux-gnu.so: undefined symbol: _Z14SB_TV_CPU_mainPfS_S_fifiiii
The text was updated successfully, but these errors were encountered:
We should reinstate 90faebc and 6e0b7e3
Sorry, something went wrong.
After #829 the ccpi-regularisation is not built as CIL dependency
@paskino I guess you'll push a new toolkit release?
Can we just use a different commit hash
fine for me
casperdcl
paskino
Successfully merging a pull request may close this issue.
CCPi regularisation toolkit builds but unit tests fail with messages as
#829 (comment)
or
The text was updated successfully, but these errors were encountered: