Skip to content

Commit

Permalink
typo--
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Aug 27, 2024
1 parent 34a134d commit 065476c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfcommons/wfchef/duplicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def duplicate(path: pathlib.Path,
graph = pickle.loads(base_path.joinpath("base_graph.pickle").read_bytes())
if num_nodes < graph.order():
raise ValueError(
f"Cannot create synthentic graph with {num_nodes} nodes from base graph with {graph.order()} nodes")
f"Cannot create synthetic graph with {num_nodes} nodes from base graph with {graph.order()} nodes")

all_microstructures = json.loads(base_path.joinpath("microstructures.json").read_text())
try:
Expand Down

0 comments on commit 065476c

Please sign in to comment.