Skip to content

Commit

Permalink
Removed that single-precision CI test since it fails due to insuffici…
Browse files Browse the repository at this point in the history
…ent accuracy in the fast solver due to single-precision arithmetic
  • Loading branch information
drreynolds committed Sep 27, 2024
1 parent 6affbc0 commit 1d840da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arkode/CXX_serial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(ARKODE_examples
"ark_kpr_Mt.cpp\;0 4 1\;develop"
"ark_kpr_Mt.cpp\;0 -4\;exclude-single"
"ark_kpr_Mt.cpp\;1 -5\;exclude-single"
"ark_kpr_Mt.cpp\;2 -5 0 -10\;develop"
"ark_kpr_Mt.cpp\;2 -5 0 -10\;exclude-single"
"ark_kpr_Mt.cpp\;1 -3 0 -10 0\;exclude-single"
"ark_kpr_Mt.cpp\;0 3 0 -10 0\;develop"
"ark_kpr_Mt.cpp\;2 4 0 -10 0\;develop"
Expand Down

0 comments on commit 1d840da

Please sign in to comment.