test_svgp_predplot
TestSVGPRPlots
Bases: unittest.TestCase
This test class provides unit tests for the compare_distributions_svgpr and plot_results_grid functions for SVGPR model.
Source code in uncertaintyplayground/tests/test_svgp_predplot.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
|
setUp()
Sets up the testing environment for each test method.
Source code in uncertaintyplayground/tests/test_svgp_predplot.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
test_compare_distributions_svgpr()
Tests the compare_distributions function for the SVGPR model.
Source code in uncertaintyplayground/tests/test_svgp_predplot.py
36 37 38 39 40 41 42 43 |
|
test_plot_results_grid_svgpr()
Tests the plot_results_grid function with SVGPR model.
Source code in uncertaintyplayground/tests/test_svgp_predplot.py
45 46 47 48 49 50 51 52 53 54 55 56 57 |
|