We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8356d3 commit da9a91dCopy full SHA for da9a91d
examples/applications/plot_tomography_l1_reconstruction.py
@@ -56,7 +56,6 @@ def _weights(x, dx=1, orig=0):
56
57
58
def _generate_center_coordinates(l_x):
59
- l_x = float(l_x)
60
X, Y = np.mgrid[:l_x, :l_x]
61
center = l_x / 2.
62
X += 0.5 - center
0 commit comments