Skip to content

Commit

Permalink
Fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Oct 3, 2024
1 parent 4ae899d commit 981497a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ TEST(KiwiCpp, HSDataset)
};

HSDataset trainset, devset;
trainset = kw.makeHSDataset(data, batchSize, windowSize, 1, 0., tokenFilter, 0.1, &devset);
trainset = kw.makeHSDataset(data, batchSize, windowSize, 1, 0., tokenFilter, 0.1, false, &devset);
for (size_t i = 0; i < 2; ++i)
{
{
Expand Down

0 comments on commit 981497a

Please sign in to comment.