We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a BlockLinearOperator with at least one block that is not a ZeroOperator is summed with a ZeroOperator, the following error appears:
BlockLinearOperator
ZeroOperator
'ZeroOperator' object has no attribute 'set_backend' File "/psydac/psydac/linalg/block.py", line 1257, in set_backend b.set_backend(backend)
With the inverse order (summing ZeroOperator + BlockLinearOperator) there is no error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a
BlockLinearOperator
with at least one block that is not aZeroOperator
is summed with aZeroOperator
, the following error appears:With the inverse order (summing
ZeroOperator
+BlockLinearOperator
) there is no error.The text was updated successfully, but these errors were encountered: