biophysics_fitting ❭ simulator ❭ Simulator_Setup ❭ check
Simulator_Setup.check¶
- biophysics_fitting.simulator.Simulator_Setup.check()¶
Check if the setup is correct.
This method checks if the
Simulator_Setupobject is set up correctly.It checks if:
cell_param_generatoris set.cell_generatoris set.The first element of the names of the
stim_setup_funs,stim_run_funsandstim_response_measure_funsare the same. These names are used to group the functions that belong to the same stimulus.The number of
stim_setup_funs,stim_run_funsandstim_response_measure_funsare the same.Calls each additional check function in
check_funs.