Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-ferrari committed Dec 6, 2023
1 parent 7d7232c commit 2c569c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flamedisx/lxe_blocks/raw_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _compute(self,
ptensor=ptensor)[:, o, o]

mean = quanta_detected * mean_per_q
std = quanta_detected ** 0.5 * std_per_q
std = quanta_detected ** 0.5 * std_per_q

# add offset to std to avoid NaNs from norm.pdf if std = 0
if self.quanta_name == 'electron':
Expand Down

0 comments on commit 2c569c5

Please sign in to comment.