Skip to content

Commit

Permalink
Merge pull request #12 from pyiron/rename_node_module
Browse files Browse the repository at this point in the history
Rename pyiron_nodes to atomistics_nodes
  • Loading branch information
liamhuber authored Oct 12, 2022
2 parents bde25bc + b3775a7 commit 20ef363
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion ryven/std/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from special_nodes import nodes as special_nodes
from basic_operators import nodes as operator_nodes
from control_structures import nodes as cs_nodes
from pyiron_nodes import nodes as pyiron_nodes
from atomistics_nodes import nodes as pyiron_nodes


__author__ = "Joerg Neugebauer"
Expand Down

0 comments on commit 20ef363

Please sign in to comment.