Skip to content

Commit 63feae8

Browse files
committed
Added spLinearOperator import
1 parent 46e55a0 commit 63feae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytests/test_linearoperator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import numpy as np
22
import pytest
33
from numpy.testing import assert_array_almost_equal, assert_array_equal
4+
from scipy.sparse.linalg import LinearOperator as spLinearOperator
45

56
import pylops
67
from pylops import LinearOperator

0 commit comments

Comments
 (0)