autowisp.tests.test_detrending_stat module

Class Inheritance Diagram

Inheritance diagram of AutoWISPTestCase, TestDetrendingStat

Define Testt class for the EPD and TFA statistics genaration.

class autowisp.tests.test_detrending_stat.TestDetrendingStat(methodName='runTest')[source]

Bases: AutoWISPTestCase

Inheritance diagram of autowisp.tests.test_detrending_stat.TestDetrendingStat

Tests for the generate_(epd/tfa)_statistics steps.

run_test(mode)[source]

Run the test for the given detrending mode (“epd” or “tfa”).

test_generate_epd_statistics()[source]

Test the generation of EPD statistics.

test_generate_tfa_statistics()[source]

Test the generation of TFA statistics.