[I/O] error parsing sbml with no unit definition
Unit-definition seems to be optional, or at least it pass the sbmlvalidator. Throws NullPointerException
during parsing by the FBC plugin. Since it pass validator and since bionetworks can be built without them, We should allow their absence. If unit-def is mandatory for some met4j methods, consider adding a check throwing IllegalArgumentException
?