We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c21f0 commit ca722b7Copy full SHA for ca722b7
source/source_relax/test/bfgs_test.cpp
@@ -38,7 +38,6 @@ TEST_F(BFGSTest, TestAllocate)
38
bfgs.allocate(size);
39
40
// Check if allocated arrays are not empty
41
- EXPECT_FALSE(bfgs.H.empty());
42
EXPECT_FALSE(bfgs.pos.empty());
43
EXPECT_FALSE(bfgs.pos0.empty());
44
EXPECT_FALSE(bfgs.pos_taud.empty());
0 commit comments