Skip to content

Commit

Permalink
STY: removed temporary print statment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Oct 11, 2024
1 parent cda33e4 commit ab0a6fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyxrf/model/load_data_from_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,6 @@ def map_data2D_srx_new_tiled(
N_pts = num_events
N_bins = 4096
if "xs" in dets or "xs4" in dets:
print(f"{N_xs = } {N_pts = } {N_bins = }") #
d_xs = da.empty((N_xs, N_pts, N_bins))
for i in np.arange(0, N_xs):
chnum = f"{i + 1}" if ndigits == 1 else f"{i + 1:02d}"
Expand Down

0 comments on commit ab0a6fe

Please sign in to comment.