You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unittests for SPDHG are done with the ASTRA cpu projector and on relatively large data, taking long time. We should reduce the amount of data that is processed.
test_SPDHG_vs_PDHG_explicit and test_SPDHG_vs_PDHG_implicit
are particularly slow. The assert_almost_equal on such a large array is probably one of the biggest costs.
Unittests for SPDHG are done with the ASTRA cpu projector and on relatively large data, taking long time. We should reduce the amount of data that is processed.
CIL/Wrappers/Python/test/test_algorithms.py
Lines 757 to 770 in a2e45fe
The text was updated successfully, but these errors were encountered: