-
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.
Refactor functions that include running isolated simulations [vcs: #m…
…inor] (#149) * move NumpyEncoder to utils * move Singleton to utils * update docstrings of tools and utils modules * move verbosity setting to verbosity module * update search_threshold_current * delete detect_threshold_current * add future annotations * remove calculate_SS_voltage_replay * remove search_hyp_current_replay functions * use context manager for pools * control all multiprocessing through IsolatedProcess class * add checks for object id in test_setting_rngmodel * reduce RNGSettings' dependency on CircuitAccess to SimulationConfig * use get_instance in RNGSettings Singleton * update example notebook * uv==0.1.16 * tox-uv 1.4.0 * decouple Synapse from cell.rng_settings * decouple injector from cell.rng_settings * delete cell.rng_settings in test_add_replay_relative_shotnoise * delete cell.rng_settings in test_inject_current_clamp_via_shotnoise_signal * delete cell.rng_settings in test_get_noise_step_rand * decouple add_replay_minis from cell.rng_settings * avoid syncing neuron params for synapse ionchannel stimulus minis seeds * delete cell.rng_settings in remaining test_injector * update example notebook not to access rng_settings * move seed initiations to init from set_seeds * decouple Cell from RNGSettings * remove tox-uv * delete Cell.morphology_path attribute * update Cell's init docstring * update docstrings in template.py * require 4 template dependent arguments in NeuronTemplate * remove emodel_properties attribute from Cell * gather template loading code together * update CHANGELOG * add back images on singlecell.ipynb
- Loading branch information
Showing
23 changed files
with
446 additions
and
717 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
Oops, something went wrong.