Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0a2f2e92 authored by hhakim's avatar hhakim
Browse files

Fix LazyLinearOp.__add__/__sub__ and __getitem__

- For add/sub: using + and - operators instead of named functions in lambda expression to make possible calling universal functions (otherwise LazyLinearOperator-s based on a numpy array and a scipy matrix -- in this order -- fail to be added or subtracted.)
- For __getitem__ the result shape wasn't properly calculated.

Minor change in Faust.__getitem__: reformatting.
parent c20f8ffd
No related branches found
No related tags found
No related merge requests found
Pipeline #834128 skipped
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment