Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit e56e176

Browse files
committed
Re-enable connectedness check.
1 parent 41cb11e commit e56e176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_plonk_component.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ namespace nil {
248248
// blueprint::detail::export_connectedness_zones(
249249
// zones, assignment, instance_input.all_vars(), start_row, component_instance.rows_amount, std::cout);
250250

251-
//BOOST_ASSERT_MSG(is_connected,
252-
// "Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph.");
251+
BOOST_ASSERT_MSG(is_connected,
252+
"Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph.");
253253
}
254254

255255
zk::snark::plonk_table_description<BlueprintFieldType, ArithmetizationParams> desc;

0 commit comments

Comments
 (0)