We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ab7be commit 65ccb93Copy full SHA for 65ccb93
trackpy/tests/test_spiff.py
@@ -7,7 +7,7 @@
7
import trackpy as tp
8
import numpy as np
9
10
-class MyTestCase(StrictTestCase):
+class TestSpiff(StrictTestCase):
11
def _test_spiff(self, ndim):
12
# Draw an image with 200 features and some noise
13
expected, image = draw_array(200, 2, noise_level=1, ndim=ndim)
0 commit comments