Neuroinflab / kCSD-python

Kernel Current Source Density
https://kcsd-python.readthedocs.io/en/latest/
Other
15 stars 23 forks source link

Fix skcsd interpolation table #49

Closed asiaszmek closed 6 years ago

asiaszmek commented 6 years ago

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.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 91


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 Coverage Status
Change from base Build 84: -0.07%
Covered Lines: 1633
Relevant Lines: 2715

💛 - Coveralls