test_mdn_predplot
TestMDNPlots
Bases: unittest.TestCase
This test class provides unit tests for the compare_distributions_mdn and plot_results_grid functions for MDN model.
Source code in uncertaintyplayground/tests/test_mdn_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 |
|
setUp()
Sets up the testing environment for each test method.
Source code in uncertaintyplayground/tests/test_mdn_predplot.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
|
test_compare_distributions_mdn()
Tests the compare_distributions function for the MDN model.
Source code in uncertaintyplayground/tests/test_mdn_predplot.py
35 36 37 38 39 40 41 42 |
|
test_plot_results_grid_mdn()
Tests the plot_results_grid function with MDN model.
Source code in uncertaintyplayground/tests/test_mdn_predplot.py
44 45 46 47 48 49 50 51 52 53 54 55 |
|