CASCI-lab / CANA

CANAlization: Control & Redundancy in Boolean Networks
https://casci-lab.github.io/CANA/
MIT License
22 stars 15 forks source link

Fix monotone function #31

Closed xuan-w closed 1 year ago

xuan-w commented 1 year ago

Original implementation will return True for both [True, True, ...] and [False, False, ...]. This is not the intended behavior since the function should tell whether it is activation or inhibition.