Coverage for /Users/Newville/Codes/xraylarch/larch/math/smoothing.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-11-09 10:08 -0600

1#!/usr/bin/env python 

2""" 

3Smoothing routines 

4""" 

5from .utils import savitzky_golay, smooth, boxcar