LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
In version 5.19.7, in AutoTestRunner.java one sees
import org.sbml.libsbml.test.*;
However there is no class in this package, one should import the classes in the subdirectories instead, according to the attached patch which allows one to compile successfully.
Hello,
In version 5.19.7, in AutoTestRunner.java one sees import org.sbml.libsbml.test.*; However there is no class in this package, one should import the classes in the subdirectories instead, according to the attached patch which allows one to compile successfully.
wrong_import_in_AutoTestRunner.txt
Best, Pierre