Skip to content

Commit 6e1644d

Browse files
committed
Fix failing test because of wrong attribute name
1 parent f17c686 commit 6e1644d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def _tneg(self, c):
278278
def testFilterPos(self):
279279
fil = self.p.make_statistical_outlier_filter()
280280
fil.set_mean_k(50)
281-
self.assertEqual(fil.k, 50)
281+
self.assertEqual(fil.mean_k, 50)
282282
fil.set_std_dev_mul_thresh(1.0)
283283
self.assertEqual(fil.stddev_mul_thresh, 1.0)
284284
c = fil.filter()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy