Skip to content

Commit

Permalink
change name of test_dim.py to test_dim
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Jul 12, 2023
1 parent 28ced8f commit 2a3bf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dim.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import torch
from neuropop import dimensionality

def test_nnpred(test_file):
def test_dim(test_file):
dat = np.load(test_file)
spks = dat["spks"]
scov, varcov = dimensionality.SVCA(spks)
Expand Down

0 comments on commit 2a3bf3a

Please sign in to comment.