lava-nc / lava

A Software Framework for Neuromorphic Computing
https://lava-nc.org
Other
535 stars 136 forks source link

Graded #734

Closed epaxon closed 9 months ago

epaxon commented 1 year ago

Issue Number:

Objective of pull request: Add graded spike processes

Pull request checklist

Your PR fulfills the following requirements:

Pull request type

Please check your PR type:

What is the current behavior?

-

What is the new behavior?

Does this introduce a breaking change?

Supplemental information

epaxon commented 12 months ago

Does the pull request automatically update when i push the branch?

PhilippPlank commented 12 months ago

Does the pull request automatically update when i push the branch?

Yes, everything you or someone else pushes to the underlying branch will update the PR. Changes from the main branch will not be automatically integrated though.

epaxon commented 10 months ago

is merging seriously blocked by this "Codacy Static Code Analysis" because i have, "for i in range(niters)" and I don't use the counter variable "i"? In my opinion this is better code style than to replace "i" with "".

tim-shea commented 9 months ago

is merging seriously blocked by this "Codacy Static Code Analysis" because i have, "for i in range(niters)" and I don't use the counter variable "i"? In my opinion this is better code style than to replace "i" with "".

No, Codacy doesn't block merging. @PhilippPlank requested changes.

EDIT: Wait, I see now what you're referring to. That's really weird.