Edoardo Pasca
Edoardo Pasca
Potentially @evgueni-ovtchinnikov implemented `supports_array_view` in the branch `data-algebra-opt` (#1318) https://github.com/SyneRBI/SIRF/blob/fce31b7311df6ef3874159c22c49034fe73089b7/src/common/include/sirf/common/DataContainer.h#L65-L68
Probably one of these would work? https://quay.io/repository/jupyter/tensorflow-notebook?tab=tags&tag=latest
Not really but it seems to be common. I found a couple of suggestions in a thread: 1. [redeliver ](https://github.com/zenodo/zenodo/issues/2243#issuecomment-988731386)the webhook to zenodo 2. trivial [reword](https://github.com/zenodo/zenodo/issues/2243#issuecomment-1035110067) of release notes to...
@KrisThielemans the [wiki](https://github.com/SyneRBI/SIRF/wiki/Building-SIRF-and-CIL-with-conda) suggests to pass `-DCMAKE_INSTALL_PREFIX:PATH="$CONDA_PREFIX"`. But you seem to have passed `-DCMAKE_INSTALL_PREFIX:PATH=$Env:CONDA_PREFIX/Library` which may be the origin of the repeated `Library`?
In CIL we switched to `find_python(Python COMPONENTS Interpreter)` and CMake stopped finding the right python. Long story short, we need to pass the path to `Python_Executable`, see * https://github.com/TomographicImaging/CIL/issues/2040
But we are using a specific version, despite the package changes. https://github.com/SyneRBI/SIRF-SuperBuild/blob/5f1a7f498bf6f41551c19eb53798b5d33af43eec/version_config.cmake#L127 @NicoleJurjew can you post the whole error? And how it comes about?
Should we discuss whether to include TomoPhantom and CCPi-Regularisation as dependencies of CIL? https://github.com/SyneRBI/SIRF-SuperBuild/blob/c5251d17dc2a4a612bc4b4247b07704d4ccb448b/SuperBuild.cmake#L314 Potentially we could add a `BUILD_TomoPhantom` etc to force the build.
See https://github.com/TomographicImaging/CIL-Demos/issues/254
- See also #313
I had to fix 2 unittest errors which depend on code I do not think I changed. It relates to geometry `allocate`. The actual test is the following: ```python geometry.dtype...