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_Setup
object is set up correctly.It checks if:
cell_param_generator
is set.cell_generator
is set.The first element of the names of the
stim_setup_funs
,stim_run_funs
andstim_response_measure_funs
are the same. These names are used to group the functions that belong to the same stimulus.The number of
stim_setup_funs
,stim_run_funs
andstim_response_measure_funs
are the same.Calls each additional check function in
check_funs
.