-
Notifications
You must be signed in to change notification settings - Fork 385
Clarify documentation of node update()
method
#3388
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
base: master
Are you sure you want to change the base?
Conversation
This needs a quick review for correctness. Single reviewer should be fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clinssen Thanks for the PR. Please see my inline comments for some corrections on details.
nestkernel/node.h
Outdated
* This method is called every ``min_delay`` interval, with each step | ||
* between ``from`` and ``to`` corresponding to one simulation resolution | ||
* (``nest.resolution``) timestep. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also needs to be updated corresponding to the changes above.
nestkernel/node.h
Outdated
* Bring the node from state $t$ to $t+n*dt$, sends SecondaryEvents | ||
* (e.g. GapJunctionEvent) and resets state variables to values at $t$. | ||
* Advance the state of the node forward in time by one ``min_delay`` | ||
* interval (see ``update()``); send SecondaryEvents (e.g. GapJunctionEvent) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same points as for update()
apply here. Also, can one mark up the "see update()" here in such a way that update()
becomes a hyperlink to the documentation for update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jessica-mitchell: could you advise on this? Cheers!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have links to C++ functions in Sphinx @clinssen
Co-authored-by: Hans Ekkehard Plesser <hans.ekkehard.plesser@nmbu.no>
No description provided.