From 2a3bf3a43bb4244bc95d7b206a5bf7ec1c6d8477 Mon Sep 17 00:00:00 2001 From: Carsen Stringer Date: Tue, 11 Jul 2023 22:35:40 -0400 Subject: [PATCH] change name of test_dim.py to test_dim --- tests/test_dim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_dim.py b/tests/test_dim.py index 3eaa26d..4e6937b 100644 --- a/tests/test_dim.py +++ b/tests/test_dim.py @@ -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)