Fork me on GitHub

pyhrf.test.jdetest module

class pyhrf.test.jdetest.ASLPhysioTest(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_default_jde_small_simulation()

Test ASL Physio sampler on small simulation with small nb of iterations. Estimation accuracy is not tested.

class pyhrf.test.jdetest.ASLTest(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_default_jde_small_simulation()

Test ASL sampler on small simulation with small nb of iterations. Estimation accuracy is not tested.

test_simulation()
class pyhrf.test.jdetest.JDETest(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

testDefaultWithOutputs()
test_parcellation()
test_surface_treatment()
class pyhrf.test.jdetest.MultiSessTest(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_default_jde_small_simulation()

Test JDE multi-sessions sampler on small simulation with small nb of iterations. Estimation accuracy is not tested.

class pyhrf.test.jdetest.PartitionFunctionTest(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

testExtrapolation2C()
pyhrf.test.jdetest.test_suite()