Skip to content

Commit aeb3603

Browse files
Update elephant/test/test_statistics.py
1 parent 409e69e commit aeb3603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elephant/test/test_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ def test_time_histogram_regression_648_single_spiketrain(self):
11051105

11061106

11071107
class ComplexityTestCase(unittest.TestCase):
1108-
def test_complexiy_pdf_deprecated(self):
1108+
def test_complexity_pdf_deprecated(self):
11091109
spiketrain_a = neo.SpikeTrain(
11101110
[0.5, 0.7, 1.2, 2.3, 4.3, 5.5, 6.7] * pq.s, t_stop=10.0 * pq.s)
11111111
spiketrain_b = neo.SpikeTrain(

0 commit comments

Comments
 (0)