diff --git a/src/oemof/solph/_energy_system.py b/src/oemof/solph/_energy_system.py index 89c3d22d3..de2d2ad79 100644 --- a/src/oemof/solph/_energy_system.py +++ b/src/oemof/solph/_energy_system.py @@ -133,8 +133,7 @@ def __init__( else: msg = ( "Ensure that your timeindex and timeincrement are " - "consistent.\nIf you are not considering non-equidistant " - "timeindices, consider only specifying a timeindex." + "consistent." ) warnings.warn(msg, debugging.ExperimentalFeatureWarning)