Skip to content

Commit 2a02ecc

Browse files
committed
Correct data path for sKCSD paper
1 parent 4554de6 commit 2a02ecc

40 files changed

Lines changed: 16 additions & 5 deletions

File tree

kcsd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
kcsd_loc = os.path.dirname(os.path.abspath(__file__))
3-
sample_data_path = os.path.join(kcsd_loc, '..', 'data')
3+
sample_data_path = os.path.join(kcsd_loc, 'data')
44

55
from .KCSD import KCSD1D, KCSD2D, KCSD3D, MoIKCSD, oKCSD1D, oKCSD2D, oKCSD3D
66
from .sKCSD import sKCSD, sKCSDcell

data/Simple_with_branches/electrode_positions/elcoord_x_y_z renamed to kcsd/data/Simple_with_branches/electrode_positions/elcoord_x_y_z

File renamed without changes.

data/Simple_with_branches/morphology/Badea2011Fig2Du.CNG.swc renamed to kcsd/data/Simple_with_branches/morphology/Badea2011Fig2Du.CNG.swc

File renamed without changes.

data/Y_shaped_neuron/electrode_positions/elcoord_x_y_x renamed to kcsd/data/Y_shaped_neuron/electrode_positions/elcoord_x_y_x

File renamed without changes.
File renamed without changes.

data/ball_and_stick_128/electrode_positions/elcoord_x_y_z renamed to kcsd/data/ball_and_stick_128/electrode_positions/elcoord_x_y_z

File renamed without changes.

0 commit comments

Comments
 (0)