jcrozum / pystablemotifs

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

get_motifs vs get_motif_set #56

Closed jcrozum closed 3 years ago

jcrozum commented 3 years ago

I renamed/moved this function, but my new implementation is broken.

for reduction in self.motif_reduction_dict: should be for reduction in self.motif_reduction_dict.values: in Succession.py.

jcrozum commented 3 years ago

Fixed in (#57).