run_analysis

czmtestkit.py_modules.run_analysis(JobID, analysis_func, setup_func=None)

Sequentially run python functions using dictionaries from the Database.json. (See example from run_sim() for details on generating the Database.json). Output dictionary items are appended to the Database.json file.

Parameters

JobID (str): ID for colleciton of tests in the design of experiments.

analysis_func (function object): Post processing function using output from run_sim().

setup_func (function object): Setup for the post processing function.