From af2690656af3b20d8945efe969b951e9a10cb313 Mon Sep 17 00:00:00 2001 From: David Doty Date: Sat, 7 Oct 2023 17:05:15 -0700 Subject: [PATCH] Update many_strands_no_common_domains.py --- examples/many_strands_no_common_domains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/many_strands_no_common_domains.py b/examples/many_strands_no_common_domains.py index 8b9a9983..943cade5 100644 --- a/examples/many_strands_no_common_domains.py +++ b/examples/many_strands_no_common_domains.py @@ -173,7 +173,7 @@ def main() -> None: # save_design_for_all_updates=True, force_overwrite=True, # log_time=True, - # scrolling_output=False, + scrolling_output=False, # report_only_violations=False, ) ns.search_for_sequences(design, params)