Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Feb 1, 2025
1 parent c62efe1 commit ab76595
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_closure_pte.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ SCENARIO("Density- and Pressure-Temperature PTE Solvers", "[PTE]") {
0.999687726808322};
std::array<EOS, num_pte> eos_arr = {air_eos.GetOnDevice(),
copper_eos.GetOnDevice()};
// TODO(JMM): For some reason the convergence check for this
// solver is commented out and it does NOT converge. Needs to be
// fixed.
// TODO(JMM): This test does not converge. See Issue 390. Possibly due to Spiner?
THEN("The PTE solver should converge") {
EOS *v_EOS = copy_eos_arr_to_device(num_pte, eos_arr);
Real u_bulk_out = std::numeric_limits<Real>::max();
Expand Down

0 comments on commit ab76595

Please sign in to comment.