We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efae48f commit 1000566Copy full SHA for 1000566
example_workflows/nfdi/workflow.py
@@ -80,7 +80,7 @@ def plot_over_line(poisson_output_pvd_file: str, poisson_output_vtu_file: str, s
80
return os.path.abspath(os.path.join("postprocessing", pvbatch_output_file_name))
81
82
83
-def substitute_macros(pvbatch_output_file: str, ndofs: int, domain_size: float = 2.0, source_directory: str) -> str:
+def substitute_macros(pvbatch_output_file: str, ndofs: int, domain_size: float, source_directory: str) -> str:
84
stage_name = "postprocessing"
85
source_file_name = "prepare_paper_macros.py"
86
template_file_name = "macros.tex.template"
0 commit comments