-
Notifications
You must be signed in to change notification settings - Fork 17
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
Updated Neuromodulation code, using RxD #430
Conversation
normalise to sum of probabilities for each idx so that sum becomes 1
rotation from vector field uses [0,0,1] as the morphology direction to be aligned with the vector field. This needs to match here, or bent morphologies are not rotated properly with the vector field.
Update bend_morphologies.py
Added minimal current injection example notebook
Updated code for init_tiny
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #430 +/- ##
==========================================
- Coverage 56.87% 56.75% -0.13%
==========================================
Files 82 84 +2
Lines 18484 19282 +798
==========================================
+ Hits 10513 10943 +430
- Misses 7971 8339 +368
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Please note that this update changes the way Snudda handels Neuromodulation, we are switching to using the RxD framework. We also extend and generalise the configuration files, see examples in the examples/notebook directory.