sybila/biodivine-lib-param-bn

Incorrect header handling in `.bnet` parser.

Closed this issue · 1 comments

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.

Fixed on main now.