Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Edoardo Pedicillo <[email protected]>
  • Loading branch information
stavros11 and Edoardo-Pedicillo authored Nov 27, 2023
1 parent b3794e3 commit c109552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qibocal/protocols/characterization/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def norm(x_mags):
def cumulative(input_data, points):
r"""Evaluates in data the cumulative distribution
function of `points`.
WARNING: `input_data` and `points` should be sorted data.
"""
return np.searchsorted(np.sort(points), np.sort(input_data))

Expand Down

0 comments on commit c109552

Please sign in to comment.