Skip to content

Commit 102fd2f

Browse files
committed
fixed tests
1 parent ff480cb commit 102fd2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cs/cli/vw_builder.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ namespace VW
127127
if (x == 0)
128128
return;
129129

130-
m_features->values.push_back(x);
131-
m_features->indicies.push_back(weight_index);
130+
m_features->push_back(x, weight_index);
132131
}
133132

134133
void VowpalWabbitNamespaceBuilder::PreAllocate(int size)

0 commit comments

Comments
 (0)