Py feature recipe wo probes (#768)
Fixes #760 Wraps arbor recipe (without probes, i.e. num_probes, probe_info, get_probe) including - cell_connection, - gap_junction_connection, - recipe with - num_cells - cell_description - cell_kind - num_sources - num_targets - num_gap_junctions_sites - event_generators - connections_on - gap_junctions_on - global_properties - enum cell_kind in `identifiers.cpp`
Showing
- python/CMakeLists.txt 1 addition, 0 deletionspython/CMakeLists.txt
- python/context.cpp 3 additions, 4 deletionspython/context.cpp
- python/event_generator.cpp 16 additions, 28 deletionspython/event_generator.cpp
- python/event_generator.hpp 22 additions, 0 deletionspython/event_generator.hpp
- python/identifiers.cpp 11 additions, 0 deletionspython/identifiers.cpp
- python/mpi.cpp 1 addition, 1 deletionpython/mpi.cpp
- python/pyarb.cpp 2 additions, 0 deletionspython/pyarb.cpp
- python/recipe.cpp 232 additions, 0 deletionspython/recipe.cpp
- python/recipe.hpp 163 additions, 0 deletionspython/recipe.hpp
- python/test/unit/test_contexts.py 4 additions, 4 deletionspython/test/unit/test_contexts.py
- python/test/unit/test_event_generators.py 6 additions, 6 deletionspython/test/unit/test_event_generators.py
Please register or sign in to comment