CtrEditor/Python/tsnet/postprocessing/__init__.py

7 lines
207 B
Python

"""
The tsnet.postprocessing package contains functions to
postprocess the simulation results.
"""
from .time_history import plot_head_history, plot_velocity_history
from .detect_cusum import detect_cusum