Skip to content
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

fix setup.py directives path #970

Merged
merged 308 commits into from
Oct 10, 2023
Merged

Conversation

LeanderEwert
Copy link
Contributor

fix setup.py directives path

name and others added 30 commits June 23, 2021 19:13
-enabling __h variable in place of dt inside numstep for synapses as it
used by ode toolbox by default (it's probably better to use default and
modify templates than to modify nestml unnecessarily)
-removing some old comments from templates
-replacing init() with calibrate for synapses
-first proper initialization of propagators occurs inside of numstep due
to missing __h variable inside calibrate()
-generating variables from internals block in proper oder
kernel is not used, it is cm, otherwise it is synapse

-fixing tests for cm
-running context condition for cm only once, so it does not get run
after neuron transformation (at wich point convolution calls are gone
and cm inlines can't be recognized easily any more)
-fixing import
-fixing double initialization in compartmentCurrentClass.jinja2
-fixing log_message() so it accepts ASTInlineExpression
cm_syns with a derivative of the inline
-fixing futher numstep bugs
-small model fix
an already transformed model (at which point those will look like ion
channels due to now missing convolve() calls)
Fix segfaults somehow, don't know why this works...
fix variable names parameters in channel constructor
Conflicts:
	pynestml/cocos/co_co_buffer_data_type.py
	pynestml/cocos/co_co_buffer_not_assigned.py
	pynestml/cocos/co_co_buffer_qualifier_unique.py
	pynestml/cocos/co_co_current_buffers_not_specified.py
Make nestml defined state variables recordable
-removing some comments
-fixing other comments
to conform with naming conventions seen in the rest of the code, fixing
a few comments
…t-buffer

Fix segmentation fault related to spike buffer
LeanderEwert and others added 28 commits September 19, 2023 12:34
Copy link
Contributor

@clinssen clinssen left a comment

Choose a reason for hiding this comment

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

Thank you!

@clinssen clinssen merged commit 1f6e442 into nest:master Oct 10, 2023
2 checks passed
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.

6 participants