Skip to content

Commit

Permalink
fix: sign of significance in spectral plot
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Jan 15, 2025
1 parent 6125de9 commit 61ee71c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elisa/data/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ def plot_spec(
self.back_errors,
self.back_ratio,
)
sig *= np.sign(self.net_counts)
else:
sig = np.zeros_like(self.net_counts, dtype=np.float64)
mask = self.net_counts > 0
Expand Down

0 comments on commit 61ee71c

Please sign in to comment.