aiidalab / aiidalab/aiidalab-widgets-base
Something wrong with process label
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 20
Description
https://github.com/aiidalab/aiidalab-widgets-base/blob/d7a25335d65daedf5dbd708a25a8f96de189841d/aiidalab_widgets_base/process.py#L469
I have a process (e.g. 4289) whose label is 'SlabGeoOptWorkChain' as revealed by
a=load_node(4289)
print(a.label)
but in Process_list widget the label that appears is "Cp2kBaseWorkchain"
what is important here (for searching) is the label defined by the prammer in the main workchian so 'SlabGeo...'
this connects also to issue #119
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.