We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36973cd commit 6b0c667Copy full SHA for 6b0c667
1 file changed
cfpq_cli/run_all_pairs_cflr.py
@@ -113,6 +113,7 @@ def main(raw_args: List[str]):
113
expected_path=args.expected_path,
114
time_limit_sec=args.time_limit,
115
out_path=args.out,
116
+ max_num_of_contexts=args.max_num_of_contexts,
117
settings=settings_manager.read_args(args)
118
)
119
settings_manager.report_unused()
0 commit comments