Skip to content

Commit

Permalink
Update models/eprop_iaf_adapt.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Agnes Korcsak-Gorzo <40828647+akorgor@users.noreply.github.com>
  • Loading branch information
JesusEV and akorgor authored Mar 26, 2024
1 parent 8f29982 commit bda035d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/eprop_iaf_adapt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ eprop_iaf_adapt::Parameters_::set( const DictionaryDatum& d, Node* node )

if ( kappa_ <= 0.0 or kappa_ > 1.0 )
{
throw BadProperty( "kappa must be in the range (0, 1)" );
throw BadProperty( "Eligibility trace low-pass filter from range [0, 1) required." );
}

if ( eprop_isi_trace_cutoff_ < 0 )
Expand Down

0 comments on commit bda035d

Please sign in to comment.