-
- Downloads
completly changing how node connections are stored: node_network (kat.nodes)...
completly changing how node connections are stored: node_network (kat.nodes) now stores all the information regarding which node is connected to which component and vice-versa. If any of these connections change it is handled in node_network. All the compoents and nodes no longer store the connection information locally, they must reference directly from node_network otherwise weird clashes will occur. Not fully tested yet.
Showing
- pykat/SIfloat.py 7 additions, 9 deletionspykat/SIfloat.py
- pykat/commands.py 2 additions, 2 deletionspykat/commands.py
- pykat/components.py 30 additions, 59 deletionspykat/components.py
- pykat/detectors.py 64 additions, 16 deletionspykat/detectors.py
- pykat/finesse.py 18 additions, 9 deletionspykat/finesse.py
- pykat/node_network.py 99 additions, 124 deletionspykat/node_network.py
Loading
Please register or sign in to comment