Skip to content
Snippets Groups Projects
Commit 199a2f78 authored by Niklas Selke's avatar Niklas Selke
Browse files

Adapted the 'metrics' subpackage docstring to the new package structure.

parent 6dcd93b6
Branches
Tags
2 merge requests!5Modified the test for the 'value_count' statistic. Now all available sampling...,!2Niklas issue008 refac restructure the package layout
"""The toarstats package.
"""The metrics subpackage.
This package contains many different statistics and metrics that can be
calculated over different time series.
This subpackage contains many different statistics and metrics that can
be calculated over different time series.
This package exports the following function:
calculate_statistics - public interface for the toarstats package
This subpackage exports the following function:
calculate_statistics - public interface for the metrics subpackage
"""
from toarstats.metrics.interface import calculate_statistics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment