akuesters
akuesters
In order to verify models, it's helpful to query object for a bit of feedback on their state/initialization. For that, we have printers in place, but they would benefit from...
Add tests to `python/test`: - [ ] test_recipe - [x] test_domain_decomposition - [ ] test_cells - [ ] test_cable_cell - [ ] test_segment - [ ] test_synapses - [ ]...
Check necessity of default constructors and their documentation string. - https://github.com/arbor-sim/arbor/blob/66b04c127b20783ad29799d3d7aea49e22df69ec/python/context.cpp#L97 - https://github.com/arbor-sim/arbor/blob/66b04c127b20783ad29799d3d7aea49e22df69ec/python/domain_decomposition.cpp#L57 - https://github.com/arbor-sim/arbor/blob/66b04c127b20783ad29799d3d7aea49e22df69ec/python/identifiers.cpp#L24 - https://github.com/arbor-sim/arbor/blob/66b04c127b20783ad29799d3d7aea49e22df69ec/python/mpi.cpp#L103 - https://github.com/arbor-sim/arbor/blob/66b04c127b20783ad29799d3d7aea49e22df69ec/python/recipe.cpp#L205 - https://github.com/arbor-sim/arbor/blob/66b04c127b20783ad29799d3d7aea49e22df69ec/python/schedule.cpp#L178