Skip to content

Commit

Permalink
Promote the modern ironflow nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed May 15, 2023
1 parent 1d007c9 commit 32cb669
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironflow/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(

self.nodes_dictionary = {"recommended": {}}
from ironflow.nodes.ryven import built_in
from ironflow.nodes.pyiron import pyiron_atomistics
from ironflow.nodes import pyiron_atomistics
from ironflow.nodes.ryven import special_nodes
from ironflow.nodes.ryven import control_structures
from ironflow.nodes.ryven import basic_operators
Expand Down
Empty file removed ironflow/nodes/pyiron/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
Empty file removed ironflow/nodes/std/__init__.py
Empty file.

0 comments on commit 32cb669

Please sign in to comment.