Added debug

This commit is contained in:
Chris Myers 2022-04-20 16:41:17 -06:00
parent b6aa5bf573
commit c4ac7ea0ed

View file

@ -412,6 +412,7 @@ public class Analysis implements BioObserver
if (modelSource.indexOf("/")!=-1) {
modelSource = modelSource.substring(modelSource.lastIndexOf("/")+1);
}
System.out.println("Reading: " + root + File.separator + modelSource);
SBMLDocument sbmlDoc = SBMLReader.read(new File(root + File.separator + modelSource));
if (model.getListOfChanges().size() != 0) {
try {