Skip to content

Commit 604afb1

Browse files
authored
Remove call to print_table from TestSeir.FlowSimulation (#1066)
1 parent 25e9500 commit 604afb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/tests/test_odeseir.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ TEST(TestSeir, FlowSimulation)
422422

423423
// flows
424424
EXPECT_EQ(sim[1].get_num_time_points(), 2);
425-
sim[1].print_table();
426425
const auto& flows_t1 = sim[1].get_last_value();
427426
EXPECT_NEAR(flows_t1[0], 25, 1e-12);
428427
EXPECT_NEAR(flows_t1[1], 50, 1e-12);

0 commit comments

Comments
 (0)