Skip to content

Commit

Permalink
Repair path to test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 30, 2023
1 parent ab69bfb commit 3f04229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/DataStructures/Graphs/TestPowerGrid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class TestPowerGridAcm2018MtsfFigure4a : public TestPowerGrid {
}
}

Types::string const TestCaseAcm2018MtsfFigure4a_ = "../../framework/tests/Data/PowerGrids/ieee_2018_acm_eEnergy_MTSF_Figure4a.m";
Types::string const TestCaseAcm2018MtsfFigure4a_ = "../../tests/Data/PowerGrids/ieee_2018_acm_eEnergy_MTSF_Figure4a.m";
};

/**
Expand Down Expand Up @@ -259,7 +259,7 @@ class TestPowerGridAcm2018MtsfFigure4b : public TestPowerGrid {
}
}

Types::string const TestCaseAcm2018MtsfFigure4b_ = "../../framework/tests/Data/PowerGrids/ieee_2018_acm_eEnergy_MTSF_Figure4b.m";
Types::string const TestCaseAcm2018MtsfFigure4b_ = "../../tests/Data/PowerGrids/ieee_2018_acm_eEnergy_MTSF_Figure4b.m";
};

/**
Expand Down Expand Up @@ -309,7 +309,7 @@ class TestPowerGridPyPsaExample : public TestPowerGrid {
}
}

Types::string const TestCaseSmallExample_ = "../../framework/tests/Data/PowerGrids/PyPsaExample";
Types::string const TestCaseSmallExample_ = "../../tests/Data/PowerGrids/PyPsaExample";

protected:
TGraph graph_;
Expand Down

0 comments on commit 3f04229

Please sign in to comment.