Skip to content

Commit

Permalink
debug test_pda.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LRossman committed Jun 26, 2024
1 parent 037ca41 commit 30a3fcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_pda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ BOOST_AUTO_TEST_CASE(test_pda_model)
error = EN_getnodeindex(ph, (char *)"21", &index);
BOOST_REQUIRE(error == 0);
error = EN_getnodevalue(ph, index, EN_DEMANDDEFICIT, &reduction);

printf("\nreduction = %f", reduction);

BOOST_REQUIRE(error == 0);
BOOST_REQUIRE(abs(reduction - 413.67) < 0.01);

Expand Down

0 comments on commit 30a3fcb

Please sign in to comment.