Skip to content

Commit 9529e5b

Browse files
Fixes chef.py
1 parent 5ddcc91 commit 9529e5b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

wfcommons/wfchef/chef.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ def find_err(workflow: Union[str, pathlib.Path],
114114
wf_synth = duplicate(
115115
path=workflow,
116116
base=base,
117-
num_nodes=wf_real.order(),
118-
interpolate_limit=summary["base_graphs"][base]["order"]
117+
num_nodes=wf_real.order()
119118
)
120119
dists.append(compare_rmse(wf_synth, wf_real))
121120
rows[j][i] = np.median(dists)

0 commit comments

Comments
 (0)