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

Set the '__all__' variable in the toarstats package.

parent b1e55a27
No related branches found
No related tags found
2 merge requests!5Modified the test for the 'value_count' statistic. Now all available sampling...,!3Niklas issue009 feat calculate quantile regression
...@@ -4,3 +4,7 @@ This package contains the following two subpackages: ...@@ -4,3 +4,7 @@ This package contains the following two subpackages:
metrics - calculate metrics on time series metrics - calculate metrics on time series
trends - calculate trends on time series trends - calculate trends on time series
""" """
from toarstats import metrics, trends
__all__ = ["metrics", "trends"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment