diff options
Diffstat (limited to 'cross.py')
-rw-r--r-- | cross.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ from misc import * -def onefold(inr,inm,tot,clist,folds,resm) +def onefold(inr,inm,tot,clist,folds,resm): #clist=[0.0001, 0.005, 0.01, 0.05, 0.1, 0.5, 1, 10, 100, 1000] |