Package mvpa :: Package tests :: Module test_support :: Class SupportFxTests
[hide private]
[frames] | no frames]

Class SupportFxTests

source code


Instance Methods [hide private]
 
testTransformWithBoxcar(self) source code
 
testEvent(self) source code
 
testMofNCombinations(self) source code
 
testBreakPoints(self) source code
 
testMapOverlap(self) source code
 
testHarvester(self) source code
 
testIdHash(self, pair) source code
 
testCorrelation(self) source code
 
test_version_to_tuple(self)
Test conversion of versions from strings
source code
 
testSmartVersion(self)
Test our ad-hoc SmartVersion
source code
Method Details [hide private]

testIdHash(self, pair)

source code 
Decorators:
  • @sweepargs(pair= [(N.random.normal(size= (10, 20)), N.random.normal(size= (10, 20))), ([1, 2, 3, 0], [1, 3, 2, 0]), ((1, 2, 3, 1), (1, 3, 2, 1))])