Fix SEGV in simulation with default `cable_cell` (#1543)
* Skip relevant corner cases in the matrix solver. * Minor clean-ups in `make_span`. * Add regression test for bug, additional unit tests for `span` and `make_span`. Closes #1540.
Showing
- arbor/backends/multicore/matrix_state.hpp 10 additions, 8 deletionsarbor/backends/multicore/matrix_state.hpp
- arbor/util/span.hpp 4 additions, 4 deletionsarbor/util/span.hpp
- test/unit/test_simulation.cpp 22 additions, 0 deletionstest/unit/test_simulation.cpp
- test/unit/test_span.cpp 23 additions, 5 deletionstest/unit/test_span.cpp
Please register or sign in to comment