Skip to content

Commit 60e486f

Browse files
committed
fix key
1 parent 8aabdae commit 60e486f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exemplary_workflow/aiida/exemplary_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def get_num_dofs(fenics_stdout):
135135
nodes={
136136
"script": "../source/prepare_paper_macros.py",
137137
"template": "../source/macros.tex.template",
138-
"csvfile": postprocessing_results["plotoverline_csv"], # <-- fix here
138+
"csvfile": postprocessing_results["csvfile"],
139139
"domain_size": get_domain_size(gmsh_results["stdout"]),
140140
"num_dofs": get_num_dofs(fenics_results["stdout"]),
141141
},
@@ -154,7 +154,7 @@ def get_num_dofs(fenics_stdout):
154154
nodes={
155155
"texfile": "../source/paper.tex",
156156
"macros": macros["macros_tex"],
157-
"csvfile": postprocessing_results["plotoverline_csv"],
157+
"csvfile": postprocessing_results["csvfile"],
158158
},
159159
filenames={
160160
"texfile": "paper.tex",

0 commit comments

Comments
 (0)