sybila / biodivine-lib-param-bn

Rust library for working with parametrised Boolean networks.
MIT License
2 stars 3 forks source link

Incorrect header handling in `.bnet` parser. #33

Closed daemontus closed 9 months ago

daemontus commented 2 years ago

In a .bnet file, there is usually a targets, factors header. However, this header is (most likely) case insensitive. Right now, we are only testing for a case sensitive version.

daemontus commented 9 months ago

Fixed on main now.