floatcsep.experiment.Experiment.set_tests

Experiment.set_tests(test_config)[source]

Parse the tests’ configuration file/dict. Instantiate them as floatcsep.evaluation.Evaluation and store them into Experiment.tests.

Parameters:

test_config (dict, list, str) – configuration file or dictionary containing the evaluation initialization attributes, as defined in Evaluation()