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

Ensure both functional and module constructs can be JIT'ed #216

Open
Jegp opened this issue Jun 4, 2021 · 0 comments
Open

Ensure both functional and module constructs can be JIT'ed #216

Jegp opened this issue Jun 4, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Jegp
Copy link
Member

Jegp commented Jun 4, 2021

Currently, JIT compilation fails on most neurons because JIT doesn't accept default parameters (in the neuron Parameter objects).

We should

  • Migrate neuron parameters to modules with sensible defaults
  • Unit test that all neuron models can be JIT'ed
    • Perhaps with property testing?
@Jegp Jegp added the enhancement New feature or request label Jun 4, 2021
@Jegp Jegp added this to the Release 0.1 milestone Jun 4, 2021
@cpehle cpehle modified the milestones: Release 0.1, JOSS Publication Apr 15, 2022
@cpehle cpehle modified the milestones: JOSS Publication, Release 0.1 Jan 4, 2023
@cpehle cpehle self-assigned this Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants