Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-ferrari committed Jan 23, 2024
1 parent 935e218 commit 9cf24a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flamedisx/lxe_blocks/raw_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ class MakeS2(MakeFinalSignals):
def electron_gain_mean(eld):
return tf.ones_like(eld)

@staticmethod
def electron_gain_mean(z, *, g2=20):
return g2 * tf.ones_like(z)

electron_gain_std = 5.

def _compute(self, data_tensor, ptensor,
Expand Down

0 comments on commit 9cf24a4

Please sign in to comment.