Skip to content

Commit

Permalink
feat: Make get_percentiles() part of the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Dec 5, 2024
1 parent a3886fe commit 5194dfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seastats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from seastats.stats import get_mae
from seastats.stats import get_mse
from seastats.stats import get_nse
from seastats.stats import get_percentiles
from seastats.stats import get_rms
from seastats.stats import get_rmse
from seastats.stats import get_slope_intercept
Expand All @@ -39,6 +40,7 @@
"get_mae",
"get_mse",
"get_nse",
"get_percentiles",
"get_rms",
"get_rmse",
"get_slope_intercept",
Expand Down

0 comments on commit 5194dfe

Please sign in to comment.