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=[], )