Fixed another FactorIndices issue on Mac

release/4.3a0
Frank Dellaert 2019-04-14 15:13:01 -04:00
parent b6abcb04f2
commit dab022a5b7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ TEST(VariableIndex, augment2) {
VariableIndex expected(fgCombined);
FastVector<size_t> newIndices = list_of(5)(6)(7)(8);
FactorIndices newIndices = list_of(5)(6)(7)(8);
VariableIndex actual(fg1);
actual.augment(fg2, newIndices);