jfjoch_test: Reduce precision requirements after switching to -march=x86_64-v3.
This commit is contained in:
@@ -219,8 +219,8 @@ TEST_CASE("FFTIndexer","[Indexing]") {
|
||||
|
||||
REQUIRE(result.lattice.size() == 1);
|
||||
auto uc_out = result.lattice[0].GetUnitCell();
|
||||
CHECK(uc_out.a == Catch::Approx(uc.a));
|
||||
CHECK(uc_out.b == Catch::Approx(uc.b));
|
||||
CHECK(uc_out.a == Catch::Approx(uc.b));
|
||||
CHECK(uc_out.b == Catch::Approx(uc.a));
|
||||
CHECK(uc_out.c == Catch::Approx(uc.c));
|
||||
|
||||
CHECK(uc_out.alpha == Catch::Approx(uc.alpha));
|
||||
|
||||
Reference in New Issue
Block a user