Skip to content
Snippets Groups Projects

Resolve "sbml layout should be compliant with copasi tool"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -48,7 +48,7 @@ public class CopasiImportTest extends SbmlTestFunctions{
Model model = converter.createModel(new ConverterParams().filename(filePath.toString()));
assertNotNull(model);
converter.exportModelToFile(model, "/home/gawi/Desktop/tmp.xml");
converter.exportModelToInputStream(model);
} catch (Exception e) {
e.printStackTrace();
Loading