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

Kuramoto dev #239

Merged
merged 17 commits into from
Aug 2, 2023
Merged

Kuramoto dev #239

merged 17 commits into from
Aug 2, 2023

Conversation

bramantyois
Copy link
Contributor

  • Kuramoto model implementation at ./neurolib/models/kuramoto/*
  • Example notebook ./examples/example-0.5-kuramoto.ipynb
  • Other example notebooks > 0.5 are shifted

@lenasal
Copy link
Collaborator

lenasal commented Aug 2, 2023

modulo is supported by numba (see https://numba.pydata.org/numba-doc/dev/reference/numpysupported.html), please include in time integration

@bramantyois
Copy link
Contributor Author

added mod

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.25% 🎉

Comparison is base (05e2880) 93.32% compared to head (f90530b) 93.57%.

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     
Flag Coverage Δ
unittests 93.57% <100.00%> (+0.25%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
neurolib/models/kuramoto/__init__.py 100.00% <100.00%> (ø)
neurolib/models/kuramoto/loadDefaultParams.py 100.00% <100.00%> (ø)
neurolib/models/kuramoto/model.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@caglorithm caglorithm merged commit bec8fbc into neurolib-dev:master Aug 2, 2023
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants