-
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
Added protection against probabilistic wiring to spike_detector (fixes #351) #560
Added protection against probabilistic wiring to spike_detector (fixes #351) #560
Conversation
@heplesser, thanks for your PR! By analyzing the history of the files in this pull request, we identified @otizonaizit, @sdiazpier and @tammoippen to be potential reviewers. |
…fix351-random-conn-to-devices # Conflicts: # nestkernel/conn_builder.h
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.
I don't have anything to complain. I just wonder if the commit touching .gitignore is supposed to be in this pull-request.
@@ -56,3 +56,4 @@ doc/normaldoc.conf | |||
lib/sli/rcsinfo.sli | |||
extras/emacs/sli.el | |||
extras/nest_vars.sh | |||
*.pyc |
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.
Why is this part of the pull request
@mschmidt87 .pyc files should certainly be ignored by Git. I, as probably many other users, had |
Maybe I am missing something here, but isn't |
…fix351-random-conn-to-devices
@mschmidt87 I guess my 351-branch didn't contain all merges from master and thus didn't have the *.pyc on line 12. I have now removed the duplicate *.pyc. |
I am not sure how picky we are in general with these things, but it would be cleaner if you would throw away the commits touching |
Great. Thanks! 👍 |
@mschmidt87 You are right that my changes to |
Okay, sure. 👍 |
This adresses #351 .
I suggest @hannahbos and @jougs as reviewers.