Skip to content

Commit da9a91d

Browse files
committed
COSMIT remove unnecessary float casting from tomography example
1 parent e8356d3 commit da9a91d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/applications/plot_tomography_l1_reconstruction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def _weights(x, dx=1, orig=0):
5656

5757

5858
def _generate_center_coordinates(l_x):
59-
l_x = float(l_x)
6059
X, Y = np.mgrid[:l_x, :l_x]
6160
center = l_x / 2.
6261
X += 0.5 - center

0 commit comments

Comments
 (0)