Skip to content

Commit

Permalink
[speed_benchmark] Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
mtazzari authored and Frederik Beaujean committed May 14, 2018
1 parent 6208e01 commit 2dfb88e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/speed_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def setup_chi2Profile(nxy, nsamples):
_, _, maxuv = matrix_size(udat, vdat)
maxuv /= wle_m
dxy = 1 / maxuv
print(dxy)
# compute the matrix size and maxuv
# nxy, dxy = g_double.get_image_size(udat/wle_m, vdat/wle_m)

Expand Down

0 comments on commit 2dfb88e

Please sign in to comment.