Skip to content

Commit 2751517

Browse files
committed
Use Zr cooling demo data
1 parent 8084b89 commit 2751517

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

matflow/data/data_manifests/data.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
},
4444
"3D_EBSD_example_data": {
4545
"zip_file": "3D_EBSD_example_data.zip"
46+
},
47+
"Zr_cooling_data": {
48+
"zip_file": "Zr_cooling_data.zip"
4649
}
47-
}
50+
}

matflow/data/workflows/cooling_DAMASK_Zr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ doc:
55
tasks:
66
- schema: generate_rve_from_damask_input_files
77
inputs:
8-
geom_path: /home/mbexegc2/projects/lightform/3D_EBSD_workflow/example_data/geom_example.vti
9-
material_path: /home/mbexegc2/projects/lightform/3D_EBSD_workflow/example_data/material_example.yaml
8+
geom_path: <<demo_data_file:Zr_cooling_data>>/geom_example.vti
9+
material_path: <<demo_data_file:Zr_cooling_data>>/material_example.yaml
1010
- schema: modify_VE_add_buffer_zones
1111
inputs:
1212
buffer_sizes: [10,10, 10,10, 10,10]

0 commit comments

Comments
 (0)