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 a127d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
2 changes: 1 addition & 1 deletion discopop_explorer/functions/PEGraph/output/gephi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def dump_to_gephi_file(pet: PEGraphX, name: str) -> None:
if dep.dtype is None:
raise ValueError("dep.dtype has no type name!")
pet.g.edges[edge]["dep_type"] = str(dep.dtype.name)
nx.write_gexf(pet.g, name)
nx.write_gexf(pet.g, name)

0 comments on commit a127d4f

Please sign in to comment.