BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
53 stars 15 forks source link

Implement simplified expsyn. #1238

Closed 1uc closed 5 months ago

1uc commented 5 months ago

Instead of setting the conductance as:

g = g + g0 * exp(-(t - t0)/tau)

we set it to

g += g0

where g0 is the argument passed to NET_RECEIVE, i.e. the weight.

This allows for an analytic solution, that can be tested.

bbpbuildbot commented 5 months ago

Logfiles from GitLab pipeline #205315 (:white_check_mark:) have been uploaded here!

Status and direct links:

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 13.46154% with 45 lines in your changes are missing coverage. Please review.

Project coverage is 86.40%. Comparing base (b3dd6f1) to head (7f9c69e).

Files Patch % Lines
src/codegen/codegen_neuron_cpp_visitor.cpp 13.46% 45 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1238 +/- ## ========================================== - Coverage 86.67% 86.40% -0.27% ========================================== Files 176 176 Lines 13166 13213 +47 ========================================== + Hits 11411 11417 +6 - Misses 1755 1796 +41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bbpbuildbot commented 5 months ago

Logfiles from GitLab pipeline #205396 (:white_check_mark:) have been uploaded here!

Status and direct links:

bbpbuildbot commented 5 months ago

Logfiles from GitLab pipeline #209730 (:white_check_mark:) have been uploaded here!

Status and direct links: