Skip to content

Commit

Permalink
Fix implicit time step inference
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Oct 12, 2023
1 parent fc403d3 commit 01ebeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_version_metadata():

def test_wrong_logging_level():
datetimeindex = pd.date_range("1/1/2012", periods=12, freq="H")
es = solph.EnergySystem(timeindex=datetimeindex)
es = solph.EnergySystem(timeindex=datetimeindex, infer_last_interval=True)
tools.logger.define_logging()
my_logger = logging.getLogger()
my_logger.setLevel("DEBUG")
Expand Down

0 comments on commit 01ebeaa

Please sign in to comment.