Skip to content
Snippets Groups Projects
  • Nora Abi Akar's avatar
    Sanitize recipe (#1143) · af4d773b
    Nora Abi Akar authored
    * 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 
    af4d773b