Coverage for aftercovid/preprocess/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2024-04-26 03:09 +0200

1""" 

2Shortcuts to *ts*. 

3""" 

4 

5from .ts import ( # noqa 

6 ts_normalise_negative_values, ts_moving_average, 

7 ts_remove_decreasing_values)