From 67acc9ea0165cea7d7ed15228a8aa98b0b035b66 Mon Sep 17 00:00:00 2001 From: Teddy Xinyuan Chen <45612704+tddschn@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:41:35 +0800 Subject: [PATCH] 2023-04-28T10-41-35Z --- gen_bench_script.py | 2 +- gen_profile_scripts_with_suffix_wrapper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_bench_script.py b/gen_bench_script.py index 1fb3498..109437e 100755 --- a/gen_bench_script.py +++ b/gen_bench_script.py @@ -220,7 +220,7 @@ def get_args(): help='Exclude certain datasets for profiling', type=str, nargs='+', - choices=edgelist_filenames + edgelist_filenames_lcc, + # choices=edgelist_filenames + edgelist_filenames_lcc, default=[], ) diff --git a/gen_profile_scripts_with_suffix_wrapper.py b/gen_profile_scripts_with_suffix_wrapper.py index acfbb76..9a53c56 100755 --- a/gen_profile_scripts_with_suffix_wrapper.py +++ b/gen_profile_scripts_with_suffix_wrapper.py @@ -90,7 +90,7 @@ def get_args(): help='Exclude certain datasets for profiling', type=str, nargs='+', - choices=edgelist_filenames + edgelist_filenames_lcc, + # choices=edgelist_filenames + edgelist_filenames_lcc, default=[], )