Skip to content

Commit

Permalink
Rename remaining start_learning to start
Browse files Browse the repository at this point in the history
  • Loading branch information
akorgor committed Jul 27, 2023
1 parent 13dbc81 commit c15fbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/eprop_readout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ nest::eprop_readout::Parameters_::Parameters_()
, E_L_( 0.0 ) // mV
, I_e_( 0.0 ) // pA
, V_min_( -std::numeric_limits< double >::max() ) // mV
, start_learning_( 0.0 ) // ms
, start_( 0.0 ) // ms
, regression_( true )
{
}
Expand Down
2 changes: 1 addition & 1 deletion models/eprop_readout.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The following parameters can be set in the status dictionary.
tau_m ms Time constant of the membrane
I_e pA Constant external input current
V_min mV Absolute lower value for the membrane voltage
start_learning ms Time point to start producing error signals
start ms Time point to start producing error signals
regression boolean If True, regression; if False, classification
================= ======= ======================================================
Expand Down

0 comments on commit c15fbce

Please sign in to comment.