Open jmason42 opened 6 years ago
Perhaps this is the line in question: https://github.com/CovertLab/wcEcoli/blob/a1db154fb576924715b4bbd24496db54a1479c45/models/ecoli/processes/two_component_system.py#L48 If so, then it's not an evaluation order effect but rather a priority effect.
Heejo confirmed that the precedence effect she mentioned is tied to the above lines. It sounds like removing the partitioning logic will also remove the need for this prioritization.
@heejochoi mentioned that the processes affiliated with two component systems may have a fixed evaluation order for some purpose. Need to identify what this is, and decide how to address it.