8b7dd09d48237d4ecca57040e9aa44bd3d9a460a,tests/test_stats.py,StatsTests,testNullDistProb,#StatsTests#,39
Before Change
def testNullDistProb(self):
ds = normalFeatureDataset(perlabel=20, nlabels=2, nfeatures=2,
means=[[0],[0]], snr=1, nchunks=1)
null = MCNullDist(permutations=10, tail="right")
null.fit(OneWayAnova(), ds)
After Change
def testNullDistProb(self):
ds = datasets["uni2small"]
null = MCNullDist(permutations=10, tail="right")
null.fit(OneWayAnova(), ds)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: PyMVPA/PyMVPA
Commit Name: 8b7dd09d48237d4ecca57040e9aa44bd3d9a460a
Time: 2008-06-30
Author: debian@onerussian.com
File Name: tests/test_stats.py
Class Name: StatsTests
Method Name: testNullDistProb
Project Name: PyMVPA/PyMVPA
Commit Name: 8b7dd09d48237d4ecca57040e9aa44bd3d9a460a
Time: 2008-06-30
Author: debian@onerussian.com
File Name: tests/test_transerror.py
Class Name: ErrorsTests
Method Name: testConfusionBasedError
Project Name: PyMVPA/PyMVPA
Commit Name: 8b7dd09d48237d4ecca57040e9aa44bd3d9a460a
Time: 2008-06-30
Author: debian@onerussian.com
File Name: tests/test_transerror.py
Class Name: ErrorsTests
Method Name: testNullDistProb