Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 23, 2024
1 parent 8e7cab0 commit 8ca3d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ BOOST_AUTO_TEST_CASE(Load2ConstraintsFromIniFile)
HOURS_PER_YEAR);
BOOST_CHECK_EQUAL(constraint2.rhs[0], 0.0);
BOOST_CHECK_EQUAL(
constraint1.rhs[HOURS_PER_YEAR - 1],
constraint2.rhs[HOURS_PER_YEAR - 1],
0.0);

std::filesystem::remove_all(testPath);
Expand Down

0 comments on commit 8ca3d69

Please sign in to comment.