Skip to content

Commit

Permalink
test branch protection rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaDuina committed Dec 20, 2024
1 parent e142512 commit 61a64d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqil_core/utils/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def remove_offset(data: np.ndarray, avg: int = 3) -> np.ndarray:


def estimate_linear_background(x: np.ndarray, data: np.ndarray, points_cut=0.1) -> list:
"""Estimates a linear background hihi"""
"""Estimates a linear background hihi hoho"""
is1D = len(data.shape) == 1
points = data.shape[0] if is1D else data.shape[1]
cut = int(points * points_cut)
Expand Down

0 comments on commit 61a64d1

Please sign in to comment.