Skip to content

Commit

Permalink
Non-constant jump
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Houchin authored and Troy Houchin committed Nov 14, 2018
1 parent 61c6615 commit 82c00cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_models.cc
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ TEST(Models, Cboard)
{
int size;
MPI_Comm_size(MPI_COMM_WORLD, &size);
if (size == 1) {
std::vector<double> norms;
std::vector<double> hs;
std::array<int, 2> nvals = {200, 400};
Expand Down Expand Up @@ -820,7 +819,6 @@ TEST(Models, Cboard)
double order = estimate_order(hs, norms);
ASSERT_GT(order, 2 - tol);
}
}
}

TEST(Models, JumpSine)
Expand Down

0 comments on commit 82c00cc

Please sign in to comment.