Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Dec 12, 2024
1 parent fdf26df commit 57a5414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discopop_explorer/discopop_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ class ExplorerArguments(GeneralArguments):
microbench_file: Optional[str]
load_existing_doall_and_reduction_patterns: bool
collect_statistics: bool
#enable_gephi_file: Optional[str]
enable_pet_plot_file: Optional[str] # None means no dump, otherwise the path
enable_pet_plot_file: Optional[str] # None means no dump, otherwise the path

def __post_init__(self) -> None:
self.__validate()
Expand Down

0 comments on commit 57a5414

Please sign in to comment.