Skip to content

Update syn.mod #3439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update syn.mod #3439

wants to merge 1 commit into from

Conversation

neuroman314
Copy link
Contributor

Please ignore my prevous pull request re: this file. This is what the comment block should say.

Please ignore my prevous pull request re: this file. This is what the comment block should say.
Copy link
Contributor

✔️ 6b69324 -> artifacts URL

Copy link

Copy link

✔️ 6b69324 -> Azure artifacts URL

@@ -3,7 +3,7 @@ a synaptic current with alpha function conductance defined by
i = g * (v - e) i(nanoamps), g(microsiemens);
where
g = 0 for t < onset and
g = gmax * (t - onset)/tau * exp(-(t - onset - tau)/tau)
Copy link
Member

@nrnhines nrnhines May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The - tau looks strange but is correct given that when t - onset == tau the value is gmax since exp(0) == 1.0

@@ -3,7 +3,7 @@ a synaptic current with alpha function conductance defined by
i = g * (v - e) i(nanoamps), g(microsiemens);
where
g = 0 for t < onset and
g = gmax * (t - onset)/tau * exp(-(t - onset - tau)/tau)
g = gmax * (t - onset)/tau * exp(-(t - onset)/tau)
for t > onset
this has the property that the maximum value is gmax and occurs at
t = delay + tau.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the delay should be called onset

Copy link

codecov bot commented May 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.38%. Comparing base (4c5aef5) to head (6b69324).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3439   +/-   ##
=======================================
  Coverage   68.38%   68.38%           
=======================================
  Files         682      682           
  Lines      116525   116525           
=======================================
  Hits        79684    79684           
  Misses      36841    36841           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants