We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9be9b commit ab9c41bCopy full SHA for ab9c41b
1 file changed
tutorials/red.py
@@ -46,7 +46,7 @@
46
###############################################################################
47
# We start by loading the famous Shepp logan phantom and creating the
48
# modelling operator
49
-x = np.load("../../pyproximal/testdata/shepp_logan_phantom.npy")
+x = np.load("../testdata/shepp_logan_phantom.npy")
50
x = x / x.max()
51
ny, nx = x.shape
52
0 commit comments