Skip to content

Commit efae48f

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

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
@@ -3,7 +3,7 @@
33
import shutil
44

55

6-
def generate_mesh(domain_size: float = 2.0, source_directory: str) -> str:
6+
def generate_mesh(domain_size: float, source_directory: str) -> str:
77
stage_name = "preprocessing"
88
gmsh_output_file_name = "square.msh"
99
source_file_name ="unit_square.geo"

0 commit comments

Comments
 (0)