Skip to content

Commit

Permalink
Float32?
Browse files Browse the repository at this point in the history
  • Loading branch information
rcjackson committed Sep 4, 2024
1 parent 355205e commit 79a033d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysp2/util/deadtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def deadtime(my_binary, my_ini):
in the SP2 at high concentrations.
"""
# numpy array to store the relative bias in
bias = np.zeros(my_binary.sizes["event_index"], dtype="float64")
bias = np.zeros(my_binary.sizes["event_index"], dtype="float32")
# scattering triggered
scatter_triggered = np.any(
np.isfinite(
Expand Down

0 comments on commit 79a033d

Please sign in to comment.