Skip to content

Commit

Permalink
2023-04-28T10-41-35Z
Browse files Browse the repository at this point in the history
  • Loading branch information
tddschn committed Apr 28, 2023
1 parent 95e3b6a commit 67acc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen_bench_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
)

Expand Down
2 changes: 1 addition & 1 deletion gen_profile_scripts_with_suffix_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
)

Expand Down

0 comments on commit 67acc9e

Please sign in to comment.