We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9004004 commit b0d63c6Copy full SHA for b0d63c6
1 file changed
tests/tdigest_test.py
@@ -59,7 +59,7 @@ def test_tdigest_double_example(self):
59
self.assertEqual(len(cdf), 2)
60
self.assertAlmostEqual(cdf[0], 0.5, delta = 0.05)
61
62
- # we can define a new tdiget with a different distribution, then merge them
+ # we can define a new tdigest with a different distribution, then merge them
63
td2 = tdigest_double()
64
td2.update(np.random.normal(loc=2.0, size=n))
65
td.merge(td2)
0 commit comments