Skip to content

Commit 7e03df3

Browse files
committed
roll back KMOLE math gen failure when XML clone
1 parent d7b5fdd commit 7e03df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcell-core/src/test/java/org/vcell/sbml/BMDB_SBMLImportTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static Map<Integer, SBMLTestSuiteTest.FAULT> knownFaults() {
121121
faults.put(246, SBMLTestSuiteTest.FAULT.NONINTEGER_STOICH); // cause: UnsupportedConstruct: Non-integer stoichiometry ('0.001' for product 'Ca_in' in reaction 'vo') or stoichiometryMath not handled in VCell at this time.
122122
faults.put(248, SBMLTestSuiteTest.FAULT.EXPRESSION_BINDING_EXCEPTION); // cause: Unable to create and add rate rule to VC model : 'Capillary.Capillary' is either not found in your model or is not allowed to be used in the current context. Check that you have p
123123
faults.put(256, SBMLTestSuiteTest.FAULT.EXPRESSION_BINDING_EXCEPTION); // cause: Error binding global parameter 'XIAP_ini' to model: 'UNRESOLVED.initConc' is either not found in your model or is not allowed to be used in the current context. Check that you hav
124-
faults.put(264, SBMLTestSuiteTest.FAULT.INCONSISTENT_UNIT_SYSTEM); // cause: failed to convert lumped reaction kinetics to distributed: volume substance unit [ng] must be compatible with mole or molecules
124+
// faults.put(264, SBMLTestSuiteTest.FAULT.INCONSISTENT_UNIT_SYSTEM); // cause: failed to convert lumped reaction kinetics to distributed: volume substance unit [ng] must be compatible with mole or molecules
125125
faults.put(305, SBMLTestSuiteTest.FAULT.EXPRESSION_BINDING_EXCEPTION); // cause: Error binding global parameter 'V' to model: 'Fw_1st_step' is either not found in your model or is not allowed to be used in the current context. Check that you have provided the
126126
faults.put(319, SBMLTestSuiteTest.FAULT.NONINTEGER_STOICH); // cause: UnsupportedConstruct: Non-integer stoichiometry ('0.02' for product 'gamma' in reaction 'r3') or stoichiometryMath not handled in VCell at this time.
127127
faults.put(340, SBMLTestSuiteTest.FAULT.MATHML_PARSING); // cause: UnsupportedConstruct: error parsing expression ' <math><apply><gt/><piecewise><piece><apply><minus/><csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/time">

0 commit comments

Comments
 (0)