-
Notifications
You must be signed in to change notification settings - Fork 84
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
Kuramoto dev #239
Kuramoto dev #239
Conversation
bramantyois
commented
Jul 26, 2023
- Kuramoto model implementation at ./neurolib/models/kuramoto/*
- Example notebook ./examples/example-0.5-kuramoto.ipynb
- Other example notebooks > 0.5 are shifted
added kuramoto model to the tests
modulo is supported by numba (see https://numba.pydata.org/numba-doc/dev/reference/numpysupported.html), please include in time integration |
added mod |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #239 +/- ##
==========================================
+ Coverage 93.32% 93.57% +0.25%
==========================================
Files 51 54 +3
Lines 4401 4448 +47
==========================================
+ Hits 4107 4162 +55
+ Misses 294 286 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |