You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the node modules are in subdirectories the following construct should work:
wf.register('atomistics.structure', 'plotting')
Alternatively, also:
wf.create.atomistic.structure.Bulk('Al')
Of these issues, I actually think nested namespaces on the creator (implicit in the last two examples) is actually the more pressing matter.
For registering modules as node packages, I'm fine with this syntax, but (a) I'm not confident that registration by module will be what we settle on so I don't want to invest much in it just yet, and (b) we don't yet(!!!) have enough different packages for the extra convenience to be a big deal.
So I think these are good ideas, but should wait until we've knocked off some of the more pressing issues in #68.
The text was updated successfully, but these errors were encountered:
We'll need to see what sort of tools are helpful when it comes to really embracing FAIR, but for the time being I am leaning more and more to just importing and using nodes like any other object and not bothering with too much registration. Of course we'd still have the standard node package available right on the workflow.
In the pyiron meeting notes for 2023.11.06, @JNmpi writes
Of these issues, I actually think nested namespaces on the creator (implicit in the last two examples) is actually the more pressing matter.
For registering modules as node packages, I'm fine with this syntax, but (a) I'm not confident that registration by module will be what we settle on so I don't want to invest much in it just yet, and (b) we don't yet(!!!) have enough different packages for the extra convenience to be a big deal.
So I think these are good ideas, but should wait until we've knocked off some of the more pressing issues in #68.
The text was updated successfully, but these errors were encountered: