cufft.py
module excluded from API docs
#498
Labels
documentation
Improvements or additions to documentation
memory-estimation
GPU memory estimator related
In #494 the
cufft.py
module was intentionally excluded from theindex.rst
file:httomo/docs/source/developers/api.rst
Lines 1 to 28 in 8a55c4d
due to not knowing how to handle the error thrown when the CuFFT library isn't found:
httomo/httomo/cufft.py
Lines 29 to 41 in 8a55c4d
The
cufft.py
module is purely for memory estimation, and because the memory estimators will be moved from httomo to httomo-backends (see #429), this issue will likely become irrelevant to httomo and instead become relevant to httomo-backends.The text was updated successfully, but these errors were encountered: