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

Commit 4ed3968

Browse files
committed
Re-enable connectedness check.
1 parent f49b3f6 commit 4ed3968

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
@@ -260,8 +260,8 @@ namespace nil {
260260
// blueprint::detail::export_connectedness_zones(
261261
// zones, assignment, instance_input.all_vars(), start_row, component_instance.rows_amount, std::cout);
262262

263-
//BOOST_ASSERT_MSG(is_connected,
264-
// "Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph.");
263+
BOOST_ASSERT_MSG(is_connected,
264+
"Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph.");
265265
}
266266

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

0 commit comments

Comments
 (0)