-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update deps * refactor opsin with attrs * begin attrs/light-opsin split (tests not working yet for 4-state; need to go rest of the way to light-aggregator neurons) * split opto into light and opsins * messy progress * rename validation to notebooks * use nbdev git-friendly jupyter * add multi-wavelength model notebook * tweak multi-wavelength model NB math * finish opsin tests * pivoting to single light neuron group almost working, but I forgot you can't have multiple Synapses objects sum to the same variable in a single NeuronGroup. * get opto refactor working (other stuff is broken) * fix broken tests after device/opto refactor * refactor signals too, pass tests * rename tests to match source * pass all tests * progress on multi light-opto tutorial * finish multi-opto tutorial * try to fix CI config * fix annotations for Python <3.9
- Loading branch information
Showing
85 changed files
with
200,597 additions
and
98,591 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.ipynb merge=nbdev-merge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Generated by nbdev_install_hooks | ||
# | ||
# If you need to disable this instrumentation do: | ||
# git config --local --unset include.path | ||
# | ||
# To restore: | ||
# git config --local include.path ../.gitconfig | ||
# | ||
[merge "nbdev-merge"] | ||
name = resolve conflicts with nbdev_fix | ||
driver = nbdev_merge %O %A %B %P |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
from __future__ import annotations | ||
|
||
# auto-import submodules | ||
import cleo.ephys | ||
import cleo.opto | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.