Merge branch 'main' into bgbsww-toponamingElementCacheExtras

This commit is contained in:
bgbsww
2024-03-04 21:19:42 -05:00
committed by GitHub
42 changed files with 3329 additions and 1337 deletions

View File

@@ -218,6 +218,6 @@ TEST_F(FeaturePartCommonTest, testMapping)
#ifndef FC_USE_TNP_FIX
EXPECT_EQ(ts1.getElementMap().size(), 0);
#else
EXPECT_EQ(ts1.getElementMap().size(), 26);
EXPECT_EQ(ts1.getElementMap().size(), 26); // TODO: This should be 26.
#endif
}