Skip to content

Commit

Permalink
Fix test - setup class needs to be rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jan 19, 2024
1 parent 74381c3 commit 4aff553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/test_temporal_complexity_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class TestTemporalComplexityReduction:
@classmethod
@pytest.fixture(autouse=True)
def setup_class(self):
self.edisgo = EDisGo(ding0_grid=pytest.ding0_test_network_path)
self.edisgo.set_time_series_worst_case_analysis()
Expand Down

0 comments on commit 4aff553

Please sign in to comment.