Skip to content

Commit

Permalink
minor update to poly api test
Browse files Browse the repository at this point in the history
  • Loading branch information
yshekel committed Jan 1, 2025
1 parent 0ed301f commit 826d17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icicle/tests/test_polynomial_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ TEST_F(PolynomialTest, divisionLarge)
{
for (auto device : s_registered_devices) {
ICICLE_CHECK(icicle_set_device(device));
const int size_0 = 1 << 12, size_1 = 1 << 2;
const int size_0 = 1 << 13, size_1 = 1 << 2;
auto a = randomize_polynomial(size_0);
auto b = randomize_polynomial(size_1);

Expand Down

0 comments on commit 826d17a

Please sign in to comment.