Skip to content

Commit

Permalink
remove soiling experimental warning label
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Nov 6, 2024
1 parent 16e23e6 commit 693c570
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions rdtools/soiling.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
'''
"""
Functions for calculating soiling metrics from photovoltaic system data.
"""

The soiling module is currently experimental. The API, results,
and default behaviors may change in future releases (including MINOR
and PATCH releases) as the code matures.
'''
from rdtools import degradation as RdToolsDeg
from rdtools.bootstrap import _make_time_series_bootstrap_samples

Expand All @@ -24,12 +21,6 @@
import statsmodels.api as sm
lowess = sm.nonparametric.lowess

warnings.warn(
'The soiling module is currently experimental. The API, results, '
'and default behaviors may change in future releases (including MINOR '
'and PATCH releases) as the code matures.'
)


# Custom exception
class NoValidIntervalError(Exception):
Expand Down

0 comments on commit 693c570

Please sign in to comment.