File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ def compareNIST(FullDatabase, trialDir):
263263 parityData = analyzeForParity (exactKinetics , approxKinetics , cutoff = 8.0 )
264264
265265 if len (parityData )< 2 :
266- print ' Skipping' , familyName , ': only one rate rule was calculated ...'
266+ print ' Skipping' , familyName , ': Less than 2 reactions were compared ...'
267267 continue
268268 QDict [familyName ]= calculateQ (parityData )
269269 createParityPlot (parityData )
@@ -374,6 +374,7 @@ def leaveOneOut(FullDatabase, trialDir):
374374 print 'Performing the leave on out test on the kinetics families...'
375375 leaveOneOut (FullDatabase , trialDir )
376376
377+ print 'Filling up the family rate rules by averaging... Expect larger number of rate rules in subsequent tests'
377378 # Fill in the rate rules by averaging when we are ready to compare real kinetics
378379 for family in FullDatabase .kinetics .families .values ():
379380 family .fillKineticsRulesByAveragingUp ()
You can’t perform that action at this time.
0 commit comments