Skip to content

Commit 757f336

Browse files
committed
update: fix a generation issue
1 parent 1a1eafc commit 757f336

File tree

8 files changed

+16
-11
lines changed

8 files changed

+16
-11
lines changed

assets/workflows/subworkflows/espresso/plot_wavefunction.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ name: Plot Wavefunction
99
properties:
1010
- file_content
1111
units:
12-
- config:
13-
execName: python
14-
flavorName: plot_wavefunction
15-
name: plot WFN
12+
- attributes:
1613
results:
1714
- name: file_content
1815
basename: "wf_r.png"
1916
filetype: "image"
17+
config:
18+
execName: python
19+
flavorName: plot_wavefunction
20+
name: plot WFN
2021
type: executionBuilder
2122

data/workflows/subworkflows/espresso/plot_wavefunction.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"head": true,
2424
"results": [
2525
{
26-
"name": "file_content"
26+
"name": "file_content",
27+
"basename": "wf_r.png",
28+
"filetype": "image"
2729
}
2830
],
2931
"monitors": [

data/workflows/workflows/espresso/wavefunction_amplitude.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,9 @@
359359
"head": true,
360360
"results": [
361361
{
362-
"name": "file_content"
362+
"name": "file_content",
363+
"basename": "wf_r.png",
364+
"filetype": "image"
363365
}
364366
],
365367
"monitors": [

dist/js/runtime_data/subworkflows.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/js/runtime_data/workflows.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/js/runtime_data/workflows/workflowSubworkflowMapByApplication.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/py/mat3ra/standata/data/subworkflows.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/py/mat3ra/standata/data/workflows.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)