-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove SynapseReader.mod and SynReaderNRN (#122)
## Context After removing BlueConfig, we only support SONATA edges files loaded via `libsonata` API. This PR removes the synpase loaders that were used to support non-SONATA files. ## Scope Remove `SynapseReader.mod`. In `synapse_reader.py`, remove class `SynReaderNRN` which was used to load non-SONATA .h5 files via `HDF5Reader`. ## Testing Remove the test for `SynReaderNRN` ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good * [ ] Unit/Scientific test added * [x] Updated Readme, in-code, developer documentation
- Loading branch information
Showing
10 changed files
with
52 additions
and
267 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,5 +6,4 @@ netstim_inhpoisson.mod | |
SonataReportHelper.mod | ||
SonataReports.mod | ||
SpikeWriter.mod | ||
SynapseReader.mod | ||
VecStim.mod |
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.