:py:mod:`test_inference_manager` ================================ .. py:module:: test_inference_manager .. autoapi-nested-parse:: Tests for the n2j.trainval_data.graphs.cosmodc2_graph.CosmoDC2Graph class Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: test_inference_manager.TestInferenceManager .. py:class:: TestInferenceManager(methodName='runTest') Bases: :py:obj:`unittest.TestCase` A suite of tests verifying CosmoDC2Graph class methods .. py:method:: setUpClass() :classmethod: InferenceManager object to test .. py:method:: test_load_dataset() .. py:method:: test_configure_model() .. py:method:: test_load_checkpoint() .. py:method:: test_get_bnn_kappa() .. py:method:: tearDownClass() :classmethod: Hook method for deconstructing the class fixture after running all tests in the class.