Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): correctly run bb tests with asserts #7607

Merged
merged 10 commits into from
Aug 21, 2024
Prev Previous commit
Next Next commit
remove unneeded assert
ludamad committed Aug 13, 2024
commit 428f0dee00c79c8c3af571105b44fc06248945db
Original file line number Diff line number Diff line change
@@ -1946,7 +1946,6 @@ template <typename Builder, typename T> void bigfield<Builder, T>::assert_equal(
if (remainder_512 != 0) {
std::cerr << "bigfield: remainder not zero!" << std::endl;
}
ASSERT(remainder_512 == 0);
bigfield quotient;

const size_t num_quotient_bits = get_quotient_max_bits({ 0 });