-
Notifications
You must be signed in to change notification settings - Fork 370
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
Move precise spike time offset from Event to Time class #2035
base: master
Are you sure you want to change the base?
Conversation
Pull request automatically marked stale! |
@clinssen, all mentioned PRs are either merged or closed. Would you be so kind as to comment on the current status of this work, and maybe provide a slightly better description? – Thanks! :) |
8ce8026
to
824a144
Compare
@clinssen On my computer, |
|
Pull request automatically marked stale! |
Any updates on this PR? |
@JanVogelsang This is high on my agenda, but I would like to integrate deliver-events-first before starting on this. I have a very elegant idea for it. |
Any updates here? |
No, delayed due to higher-priority efforts, but not forgotten. |
7f51260
to
ee38b27
Compare
Comments from @heplesser:
|
Handle precise spike times by default in many places. This is done by moving the
offset
member from the Event to the Time class so that is always taken into account when callingTime::get_ms()
.This means that plastic synapses will by default take precise spikes into account, so that the warnings added in #2137 can be removed again.