Skip to content

Commit 2a3bf3a

Browse files
change name of test_dim.py to test_dim
1 parent 28ced8f commit 2a3bf3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import torch
33
from neuropop import dimensionality
44

5-
def test_nnpred(test_file):
5+
def test_dim(test_file):
66
dat = np.load(test_file)
77
spks = dat["spks"]
88
scov, varcov = dimensionality.SVCA(spks)

0 commit comments

Comments
 (0)