-
#### Steps to reproduce:
Simply run any individual test file (e.g. not `pytest` from console, but simply run the test file) and I get the error:
```
File "D:/Programming/ODL/odl/test/solver…
-
I tried pulling the latest code from git and trying to compile. I get the following error.
g++ -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -I/usr/local/cuda/include -DAS…
-
The default of `RayTransform`s `impl` argument is currently `'astra_cpu'`, for some reason. A much more reasonable choice would be to set it to `None`, and then pick "the best available one", if no sp…
-
I need a gpu based fbp algorithm to reconstruct from complex sinogram data. I've done this in matlab by passing complex floats and have got a complex reconstruction from it. I'd like to do this in odl…
-
It is currently possible to link with numpy arrays. Would it be possible to pass an external GPU memory pointer to astra and use it with the astra algorithms? This would significantly reduce overhead …
-
After installing astra via:
`conda install -c astra-toolbox astra-toolbox=1.8`
I try importing astra and it fails
```python
>>> import astra
Traceback (most recent call last):
File "",…
-
Hi,
I tried building astra in Mac OS X, but it fails with:
```
linux git:(master) make
cd ../../python; CPPFLAGS=" -I../.. -I../../include -I../../lib/include -stdlib=libstdc++ -mmacosx-version-min…
-
Hi I am trying to run the example mnist model and I get the following error;
[INFO 2017-03-15 14:43:14,295 kur.model.model:280] Connecting the model graph.
[DEBUG 2017-03-15 14:43:14,295 kur.model…
-
I'm trying to get this [code example](https://gist.github.com/adler-j/e9eddcf4ef919042a72178e523429142) working like [this one](https://github.com/astra-toolbox/astra-toolbox/issues/38), but I get an …
-
I have an experimental patch at 0813055bf980a2008b5727e62a5b66fe906e2aa3 that will build .oct files if configure finds the 'octave-config' program. In the current form, it needs you to manually create…