test_svgp_model
TestSVGP
Bases: unittest.TestCase
Unit tests for SVGP class.
Source code in uncertaintyplayground/tests/test_svgp_model.py
6 7 8 9 10 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 |
|
setUp()
Test fixture setup method.
Source code in uncertaintyplayground/tests/test_svgp_model.py
11 12 13 14 15 16 17 18 |
|
test_forward()
Test case for forward method in SVGP.
Source code in uncertaintyplayground/tests/test_svgp_model.py
31 32 33 34 35 36 37 38 |
|
test_init()
Test case for SVGP initialization.
Source code in uncertaintyplayground/tests/test_svgp_model.py
20 21 22 23 24 25 26 27 28 29 |
|