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
LinearOperator adjoint validity is currently tested using functions adjoint_AtA_test and adjoint_AAt_test in scico/test/linop/test_linop.py. It would be both more efficient and more reliable to replace these functions with a single function that takes the approach of sporco.linalg.valid_adjoint.
The text was updated successfully, but these errors were encountered:
LinearOperator adjoint validity is currently tested using functions
adjoint_AtA_test
andadjoint_AAt_test
inscico/test/linop/test_linop.py
. It would be both more efficient and more reliable to replace these functions with a single function that takes the approach of sporco.linalg.valid_adjoint.The text was updated successfully, but these errors were encountered: