adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
34 stars 10 forks source link

Replace BOOST_CHECK with BOOST_TEST #164

Closed Rombur closed 2 years ago

Rombur commented 2 years ago

BOOST_TEST is the modern version of BOOST_CHECK. It has extra capabilities and most importantly the error message is better. I didn't use it before because there was a problem with CUDA but it is supposed to be fixed. I made the change on a computer without a GPU so let's see if the CI passes.