Skip to content

Commit 1e23d4a

Browse files
committed
minor: removed # to linearoperator tutorial
1 parent 3fe5c9d commit 1e23d4a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tutorials/linearoperator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
# operator acts on one dimension of a 2d-array. We will see how in this case the forward
265265
# and adjoint passes can be applied on the flattened array as well as on the 2d-array directly
266266

267-
#
268267
m, n = 10, 5
269268
d = np.arange(n) + 1.0
270269
x = np.ones((m, n))

0 commit comments

Comments
 (0)