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 4dcc0ee commit 7c4cbbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/io/test_timeseries_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def test_feedin_oedb(self):
assert feedin_df.shape == (6, 4)
assert_index_equal(feedin_df.index, timeindex)

@pytest.mark.oedbtest
def test_load_time_series_demandlib(self):
edisgo = EDisGo(ding0_grid=pytest.ding0_test_network_path)
timeindex = pd.date_range("1/1/2018", periods=7000, freq="H")
Expand Down

0 comments on commit 7c4cbbb

Please sign in to comment.