Skip to content

Commit ab9c41b

Browse files
committed
fix: fixed path in red tutorial
1 parent 4d9be9b commit ab9c41b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/red.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
###############################################################################
4747
# We start by loading the famous Shepp logan phantom and creating the
4848
# modelling operator
49-
x = np.load("../../pyproximal/testdata/shepp_logan_phantom.npy")
49+
x = np.load("../testdata/shepp_logan_phantom.npy")
5050
x = x / x.max()
5151
ny, nx = x.shape
5252

0 commit comments

Comments
 (0)