test_inference_manager#

Tests for the n2j.trainval_data.graphs.cosmodc2_graph.CosmoDC2Graph class

Module Contents#

Classes#

TestInferenceManager

A suite of tests verifying CosmoDC2Graph class methods

class test_inference_manager.TestInferenceManager(methodName='runTest')[source]#

Bases: unittest.TestCase

A suite of tests verifying CosmoDC2Graph class methods

classmethod setUpClass()[source]#

InferenceManager object to test

test_load_dataset()[source]#
test_configure_model()[source]#
test_load_checkpoint()[source]#
test_get_bnn_kappa()[source]#
classmethod tearDownClass()[source]#

Hook method for deconstructing the class fixture after running all tests in the class.