Skip to content

Commit

Permalink
Remove pytest.mark.oedbtest for demandlib error
Browse files Browse the repository at this point in the history
  • Loading branch information
joda9 committed Jul 9, 2024
1 parent 22450da commit 90dc28b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/network/test_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,6 @@ def test_predefined_dispatchable_generators_by_technology(self):
)
# fmt: on

@pytest.mark.oedbtest # WARNING: This is NO oedb error, but a demandlib error
def test_predefined_conventional_loads_by_sector(self, caplog):
index = pd.date_range("1/1/2018", periods=3, freq="H")
self.edisgo.timeseries.timeindex = index
Expand Down

0 comments on commit 90dc28b

Please sign in to comment.