@@ -946,9 +946,9 @@ PYBIND11_MODULE(_libsonata, m) {
946
946
.def_readonly (" represents_physical_electrode" ,
947
947
&SimulationConfig::InputRelativeShotNoise::representsPhysicalElectrode,
948
948
DOC_SIMULATIONCONFIG (InputRelativeShotNoise, representsPhysicalElectrode))
949
- .def_readlonly (" relative_skew" ,
950
- &SimulationConfig::InputRelativeShotNoise::relativeSkew,
951
- DOC_SIMULATIONCONFIG (InputRelativeShotNoise, relativeSkew));
949
+ .def_readonly (" relative_skew" ,
950
+ &SimulationConfig::InputRelativeShotNoise::relativeSkew,
951
+ DOC_SIMULATIONCONFIG (InputRelativeShotNoise, relativeSkew));
952
952
953
953
py::class_<SimulationConfig::InputAbsoluteShotNoise, SimulationConfig::InputBase>(
954
954
simConf, " AbsoluteShotNoise" )
@@ -977,8 +977,9 @@ PYBIND11_MODULE(_libsonata, m) {
977
977
&SimulationConfig::InputAbsoluteShotNoise::representsPhysicalElectrode,
978
978
DOC_SIMULATIONCONFIG (InputAbsoluteShotNoise, representsPhysicalElectrode))
979
979
.def_readonly (" relative_skew" ,
980
- &SimulationConfig::InputAbsoluteShotNoise::relativeSkew,
981
- DOC_SIMULATIONCONFIG (InputAbsoluteShotNoise, relativeSkew));;
980
+ &SimulationConfig::InputAbsoluteShotNoise::relativeSkew,
981
+ DOC_SIMULATIONCONFIG (InputAbsoluteShotNoise, relativeSkew));
982
+ ;
982
983
983
984
py::class_<SimulationConfig::InputOrnsteinUhlenbeck, SimulationConfig::InputBase>(
984
985
simConf, " OrnsteinUhlenbeck" )
0 commit comments