Skip to content

Commit

Permalink
Fixed small error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bruse authored and zond committed May 31, 2024
1 parent 60e2c6e commit ec087ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/zimt/nsim_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TEST(NSIM, NSIMTest) {
b[{1}] = {10, 11, 12, 13, 14};
b[{2}] = {15, 16, 17, 18, 19};
b[{3}] = {20, 21, 22, 23, 24};
b[{4}] = {25, 26, 27, 28, 29, 30};
b[{4}] = {25, 26, 27, 28, 29};
EXPECT_THAT(NSIM(a, b, {{0, 0}, {1, 1}, {2, 2}, {3, 3}, {4, 4}}, 3, 3),
0.745816);
hwy::AlignedNDArray<float, 2> c({5, 5});
Expand Down

0 comments on commit ec087ee

Please sign in to comment.