Skip to content

Commit

Permalink
it passes on my machine???
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Nov 19, 2024
1 parent 91b104d commit 5cdfc2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_bounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ SCENARIO("Logarithmic, single-grid bounds in the bounds object", "[Bounds]") {
int ianchor;
Spiner::weights_t<Real> w;
lRhoBounds.grid.weights(lanchor, ianchor, w);
printf("%.14e %.14e\n", w[0], w[1]);
REQUIRE(std::abs(w[0] - 1) <= REAL_TOL);
REQUIRE(std::abs(w[1]) <= REAL_TOL);
}
Expand Down

0 comments on commit 5cdfc2d

Please sign in to comment.