Skip to content

Commit 1000566

Browse files
authored
Update workflow.py
1 parent efae48f commit 1000566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_workflows/nfdi/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def plot_over_line(poisson_output_pvd_file: str, poisson_output_vtu_file: str, s
8080
return os.path.abspath(os.path.join("postprocessing", pvbatch_output_file_name))
8181

8282

83-
def substitute_macros(pvbatch_output_file: str, ndofs: int, domain_size: float = 2.0, source_directory: str) -> str:
83+
def substitute_macros(pvbatch_output_file: str, ndofs: int, domain_size: float, source_directory: str) -> str:
8484
stage_name = "postprocessing"
8585
source_file_name = "prepare_paper_macros.py"
8686
template_file_name = "macros.tex.template"

0 commit comments

Comments
 (0)