Closed asiaszmek closed 6 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
kcsd/sKCSD.py | 64 | 90 | 71.11% | ||
<!-- | Total: | 66 | 92 | 71.74% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
kcsd/tests/test_ball_and_stick_8.py | 1 | 100.0% | ||
kcsd/sKCSD.py | 6 | 75.82% | ||
<!-- | Total: | 7 | --> |
Totals | |
---|---|
Change from base Build 84: | -0.07% |
Covered Lines: | 1633 |
Relevant Lines: | 2715 |
Some of the sKCSD calculations are performed in 2D space of two variables on the morphology loop (source and estimation points positions for potential), some are performed between 3D cartesian variables (electrode positions) and 1D variables on the morphology loop (source positions). Make separate spline interpolation routines for both cases.