Skip to content

Commit

Permalink
Change astrocyte_lr_1994 parameter default value for delta_IP3 to phy…
Browse files Browse the repository at this point in the history
…siologically plausible value
  • Loading branch information
HanjiaJiang committed Aug 26, 2024
1 parent 2e65b02 commit a53ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/astrocyte_lr_1994.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ nest::astrocyte_lr_1994::Parameters_::Parameters_()
, Km_SERCA_( 0.1 ) // µM
, SIC_scale_( 1.0 )
, SIC_th_( 0.19669 ) // µM
, delta_IP3_( 5.0 ) // µM
, delta_IP3_( 0.0002 ) // µM
, k_IP3R_( 0.0002 ) // 1/(µM*ms)
, rate_IP3R_( 0.006 ) // 1/ms
, rate_L_( 0.00011 ) // 1/ms
Expand Down

0 comments on commit a53ce91

Please sign in to comment.