Closed ploh closed 7 years ago
Just one question but how are Refinery Slots
now created exactly? Since they are created here. If this works in ETEngine than I'm okay with it though.
Just one question but how are Refinery Slots now created exactly?
The Atlas::GraphBuilder creates edges by calling by calling connect_to
on the nodes. If the nodes are Refinery nodes this will automatically call the correct Refinery methods instead of the Turbine methods.
how are Refinery Slots now created exactly?
Atlas::GraphBuilder creates edges by calling by calling connect_to on the nodes
Note that in ETSource/Atlas it is possible for a Node to have a slot without any edges; this is quite common in nodes which have loss
. These edge-less slots are created in Atlas::Runner::SetSlotSharesFromEfficiency.
When this is merged, the used Refinery version in Atlas' master branch may not be updated immediately, of course.