CASCI-lab / CANA

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

More unit tests needed #37

Open jcrozum opened 1 year ago

jcrozum commented 1 year ago

Specifically, the network-level functions need to be tested, and we should look at our testing coverage in more detail to identify where other gaps may exist.

austin-marcus commented 1 year ago

Another place we need unit tests: the computes_ts_coverage function in boolean_canalization. The $k_s$ computation uses the ts coverage. The $k_s$ computation is passing unit tests.