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

Commit d545e58

Browse files
committed
Re-enable connectedness check.
1 parent c2c7bc8 commit d545e58

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

239-
// BOOST_ASSERT_MSG(is_connected,
240-
// "Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph.");
239+
BOOST_ASSERT_MSG(is_connected,
240+
"Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph.");
241241
}
242242

243243
desc.usable_rows_amount = assignment.rows_amount();

0 commit comments

Comments
 (0)