Python feature addition for identifiers and event_generators/schedules (#723)
Wrapped the following C++ features in Python: - Identifiers (`cell_member`) + according tests - `event_generator` and schedules (`regular_schedule`, `explicit_schedule`, `poisson_schedule`) + according tests
Showing
- .travis.yml 1 addition, 0 deletions.travis.yml
- python/CMakeLists.txt 2 additions, 1 deletionpython/CMakeLists.txt
- python/config.cpp 3 additions, 3 deletionspython/config.cpp
- python/context.cpp 2 additions, 3 deletionspython/context.cpp
- python/conversion.hpp 51 additions, 0 deletionspython/conversion.hpp
- python/error.hpp 32 additions, 0 deletionspython/error.hpp
- python/event_generator.cpp 304 additions, 0 deletionspython/event_generator.cpp
- python/exception.cpp 0 additions, 11 deletionspython/exception.cpp
- python/exception.hpp 0 additions, 17 deletionspython/exception.hpp
- python/identifiers.cpp 43 additions, 0 deletionspython/identifiers.cpp
- python/mpi.cpp 2 additions, 2 deletionspython/mpi.cpp
- python/pyarb.cpp 4 additions, 0 deletionspython/pyarb.cpp
- python/strings.cpp 9 additions, 1 deletionpython/strings.cpp
- python/strings.hpp 3 additions, 4 deletionspython/strings.hpp
- python/test/unit/runner.py 7 additions, 1 deletionpython/test/unit/runner.py
- python/test/unit/test_contexts.py 1 addition, 1 deletionpython/test/unit/test_contexts.py
- python/test/unit/test_event_generators.py 165 additions, 0 deletionspython/test/unit/test_event_generators.py
- python/test/unit/test_identifiers.py 51 additions, 0 deletionspython/test/unit/test_identifiers.py
Please register or sign in to comment