-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable injecting Python generated Stimuli [vcs: #minor] (#142)
* make inject_current_waveform more readable * rewrite add_step in Python * remove injectCurrentWaveform[deprecated] * rewrite add_ramp in Python * move circuit_stimulus_definitions into stimulus * docstring unit fix A->nA * inject dt param to add_step and add_ramp * add StimulusFactory * add stimuli notebook * update singlecell.ipynb * update api docs * run example notebook tests in isolation * import libsonata before NEURON for libc conflict * try only running 5-stimuli notebook * disable multiple processes in example tests * debug stimuli.ipynb * use stimulus factory in add_step and add_ramp * [Docs] add List of Stimuli page * update CHANGELOG * add features to combine Stimulus objects * test combining multiple stimuli * add other step kind stimuli * cover uncovered test code in test_factory * exclude ... lines from coverage * pin pytest<8.1.0 gh:pytest/issues/12065 * Revert "pin pytest<8.1.0 gh:pytest/issues/12065" This reverts commit c4e42e4. * remove @staticmethod in test * keep only examples tox env <8.1.0 * update pytest & nbmake dependencies * [DOCS] add multiple stimuli on the same plot
- Loading branch information
Showing
29 changed files
with
1,310 additions
and
106 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
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
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
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 @@ | ||
from .factory import StimulusFactory |
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.