Skip to content

Commit

Permalink
Update test path
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 6, 2024
1 parent a944993 commit d88e047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Algorithms/PathFinding/TestDominatingThetaPath.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ class TestDTPPowerGridSpecific : public TestDominatingThetaPath {
TPowerGrid network_;
TPowerGrid const & constNetwork_ = network_;

Types::string const TestCaseAcm2018MtsfFigure4a_ = "../../framework/tests/Data/PowerGrids/ieee_2018_acm_eEnergy_MTSF_Figure4a.m";
Types::string const TestCaseAcm2018MtsfFigure4b_ = "../../framework/tests/Data/PowerGrids/ieee_2018_acm_eEnergy_MTSF_Figure4b.m";
Types::string const TestCaseAcm2018MtsfFigure4a_ = "../../tests/Data/PowerGrids/ieee_2018_acm_eEnergy_MTSF_Figure4a.m";
Types::string const TestCaseAcm2018MtsfFigure4b_ = "../../tests/Data/PowerGrids/ieee_2018_acm_eEnergy_MTSF_Figure4b.m";
Types::vertexId const source_ = 0;
TDtpTheta dtpTheta_;
};
Expand Down

0 comments on commit d88e047

Please sign in to comment.