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
======================================================================
ERROR: test_spdhg_set_norms (test_algorithms.TestSPDHG.test_spdhg_set_norms)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\gemst\GitHub\CIL\Wrappers\Python\test\test_algorithms.py", line 1217, in setUp
Aop = ProjectionOperator(ig, ag, dev)
^^^^^^^^^^^^^^^^^^
NameError: name 'ProjectionOperator' is not defined
This is because the import of ProjectionOperator was behind an if statement
Description
In an environment without astra:
This is because the import of ProjectionOperator was behind an if statement
CIL/Wrappers/Python/test/test_algorithms.py
Lines 56 to 57 in 10d2cbb
but the tests aren't skipped if astra is not installed
The text was updated successfully, but these errors were encountered: