Skip to content

Commit

Permalink
Fix TEST(KiwiCpp, HSDataset)
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Oct 15, 2024
1 parent e4d6f86 commit f5bfccb
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 @@ -413,7 +413,7 @@ TEST(KiwiCpp, HSDataset)
for (size_t w : {0, 1, 2, 4})
{
//std::cout << w << std::endl;
auto dataset = kw.makeHSDataset(data, batchSize, windowSize, w, 0.);
auto dataset = kw.makeHSDataset(data, batchSize, 0, windowSize, w, 0.);
for (size_t i = 0; i < 2; ++i)
{
size_t totalBatchCnt = 0, totalTokenCnt = 0, s;
Expand Down

0 comments on commit f5bfccb

Please sign in to comment.