Skip to content
Snippets Groups Projects
Unverified Commit af4d773b authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

Sanitize recipe (#1143)

* Raise an exception if:
1. `recipe.num_souces(gid)` != number of detectors placed on the cell.
2. `recipe.num_targets(gid)`  != number of synapses placed on the cell.
3. `recipe.connections_on(gid)` has connections with non-existent source or target gids or lids
* Raise better exception for gap junctions
* Fix unit test 

Addresses #681 
parent 906dd478
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment