Skip to content

Commit 4cdec61

Browse files
committed
Fix docstring for docs CI
1 parent 8615dba commit 4cdec61

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/nectarchain/makers/calibration/pedestal_makers.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ def __init__(self, *args, **kwargs):
3333
@staticmethod
3434
def mean_std_multisample(nevents, means, stds):
3535
"""
36-
Method that calculates means and std of the combination of multiple subsamples
37-
Works for both:
38-
- pedestal data (means/stds shaped (n_pixels, n_samples))
39-
- charge data (means/stds shaped (n_pixels,))
36+
Method that calculates means and std of the combination of multiple subsamples.
37+
Works for both:
38+
39+
- pedestal data (means/stds shaped (n_pixels, n_samples))
40+
- charge data (means/stds shaped (n_pixels,))
4041
4142
Parameters
4243
----------

0 commit comments

Comments
 (0)