diff --git a/discopop_explorer/discopop_explorer.py b/discopop_explorer/discopop_explorer.py index 20fbf6391..720f46c93 100644 --- a/discopop_explorer/discopop_explorer.py +++ b/discopop_explorer/discopop_explorer.py @@ -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() diff --git a/discopop_explorer/functions/PEGraph/output/gephi.py b/discopop_explorer/functions/PEGraph/output/gephi.py index 5f077a946..187d8c424 100644 --- a/discopop_explorer/functions/PEGraph/output/gephi.py +++ b/discopop_explorer/functions/PEGraph/output/gephi.py @@ -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) \ No newline at end of file + nx.write_gexf(pet.g, name)