Skip to content

Commit

Permalink
End-to-end simple tests : correction after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
guilpier-code committed Jul 26, 2023
1 parent acba760 commit ca694b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/end-to-end/simple_study/simple-study.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ BOOST_AUTO_TEST_CASE(two_MC_years__thermal_cluster_fullfills_area_demand_on_2nd_
setNumberMCyears(2);

simulation->create();
giveWeigthOnlyToYear(1);
playOnlyYear(1);
simulation->run();

BOOST_TEST(output->overallCost(area).hour(0) == loadInArea * clusterCost, tt::tolerance(0.001));
Expand Down

0 comments on commit ca694b3

Please sign in to comment.