jcrozum / pystablemotifs

Python library for attractor identification and control in Boolean networks
MIT License
28 stars 7 forks source link

Update reduction.py #95

Closed jcrozum closed 9 months ago

jcrozum commented 9 months ago

This should fix #94. Basically, the convention in the partial STG construction is to use all nodes of the reduced network when labeling states, even the ones we know will be fixed based on the r-space calculations. When figuring out which nodes get fixed by oscillation, we used the wrong convention for converting this string to a dictionary, resulting in the error reported in #94.