tapsap.tests package
Submodules
tapsap.tests.test_diffusion module
- class tapsap.tests.test_diffusion.TestDiffusion(methodName='runTest')
Bases:
TestCase
- setUp()
Hook method for setting up the test fixture before exercising it.
- test_calculate_residence_time() None
Test to verify the residence time from reactor parameters.
- test_grahams_law_greater_than() None
Test to verify application of Graham’s law when the new mass is greater than the current mass.
- test_grahams_law_less_than() None
Test to verify application of Graham’s law when the new mass is less than the current mass.
- test_opt_sdc() None
Test to verify the optimization of the standard diffusion curve.
- test_standard_diffusion_curve() None
Test to verify the standard diffusion curve.
tapsap.tests.test_file_io module
- class tapsap.tests.test_file_io.TestFileIO(methodName='runTest')
Bases:
TestCase
- setUp()
Hook method for setting up the test fixture before exercising it.
- test_experiment_to_df() None
Test to verify the experiment to data frame function.
- test_reactor_to_df() None
Test to verify the reactor to data frame function.
- test_read_tdms() None
Test to verify the read tdms function.
- test_transient_to_xlsx() None
Test to verify the transient_to_df with excel to data frame function.
- transient_to_xlsx_summary() None
Test to verify the transient_to_df_summary with excel to data frame function.
tapsap.tests.test_moments module
- class tapsap.tests.test_moments.TestMoments(methodName='runTest')
Bases:
TestCase
- setUp()
Hook method for setting up the test fixture before exercising it.
- test_caclulate_moments_no_options() None
Test to verify the moments of an inert flux using the basic flux and times.
- test_caclulate_moments_with_integration_time() None
Test to verify the moments of an inert flux using the basic flux and times. Clipping the flux to the first 1000 points.
- test_diffusion_moments() None
Test to verify the diffusion coefficient.
- test_diffusion_moments_new_mass() None
Test to verify the diffusion coefficient.
- test_isreversible_false() None
Test to verify the use of the normalized moments to determine if a flux is reversible. This is the false case.
- test_isreversible_true() None
Test to verify the use of the normalized moments to determine if a flux is reversible. This is the false case.
- test_min_mean_max() None
Test to verify the min mean and max.
- test_reactivities_product() None
Test to verify the reactivities of the reactant that are derived from data/reversible.csv.
- test_reactivities_reactant_irreversible() None
Test to verify the reactivities of the reactant that are derived from data/irreversible.csv.
- test_reactivities_reactant_reversible() None
Test to verify the reactivities of the reactant that are derived from data/reversible.csv.
- test_rtd_parameters() None
Test to verify the calculation of the rtd parameters.
tapsap.tests.test_preprocess module
- class tapsap.tests.test_preprocess.TestPreprocess(methodName='runTest')
Bases:
TestCase
- setUp()
Hook method for setting up the test fixture before exercising it.
- test_baseline_correction_given_range() None
Test to verify the baseline correction function given a baseline time range.
- test_baseline_correction_given_value() None
Test to verify the baseline correction function given the baseline amount.
- test_baseline_correction_no_options() None
Test to verify the baseline correction function.
- test_baseline_gamma() None
Test to verify the automatic baseline correction of a flux.
- test_calibration_coef() None
Test to verify the application of a calibration coefficient.
- test_calibration_teak() None
Test to verify the calibration teak that takes into account if the flux is reversible or irreversible
- test_smooth_flux_gam() None
Test to verify the smoothing of a flux via Generalized Additive Models.
- test_tap_mix() None
Test to verify the automatic calibration coefficient correction of a flux.
- test_tap_mix_huber() None
Test to verify the automatic calibration coefficient correction of a flux.
- test_tap_mix_opt() None
Test to verify the automatic calibration coefficient correction of a flux.
tapsap.tests.test_structures module
- class tapsap.tests.test_structures.TestStructures(methodName='runTest')
Bases:
TestCase
- setUp()
Hook method for setting up the test fixture before exercising it.
- test_baseline_correct() None
- test_baseline_correct_amount() None
- test_calibrate_flux() None
- test_calibrate_flux_pulse() None
- test_set_moments() None
- test_set_rtd_parameters() None
- test_transient_set_min_mean_max() None
tapsap.tests.test_transient_analysis module
tapsap.tests.test_utils module
- class tapsap.tests.test_utils.TestUtils(methodName='runTest')
Bases:
TestCase
- setUp()
Hook method for setting up the test fixture before exercising it.
- test_filter_xl() None
- test_find_integration_time() None
Test to verify the find_integration_time function.
- test_gamma_pdf() None
Test to verify the creation of the gamma probability distribution function.
- test_isfloat_false() None
- test_isfloat_true() None
- test_isint_false() None
- test_isint_true() None
- test_isjson_true() None
- test_islist_false() None
- test_islist_true() None
- test_mad() None
Test to verify the median absolute deviation.
- test_rmse() None
- test_trapz_full_time() None
Test to verify the zeroth moment using the trapezoidal rule of the area of a flux.
- test_trapz_full_time_first_moment() None
Test to verify the first moment using the trapezoidal rule of the area of a flux.
- test_trapz_full_time_second_moment() None
Test to verify the second moment using the trapezoidal rule of the area of a flux.