Skip to content

Use cython (again) for SAXS backend

Philip Loche requested to merge saxs_cython into develop

Changed the backend of the SAXS module back to python since this prevents the slow jit compiling when the module is loaded. The performance is similar.

The only problem is that one now needs cython and numpy during setup.

Edited by Philip Loche

Merge request reports