Beispiel #1
0
 def test_non_callable(self):
     with testing.raises(ValueError):
         LPIFilter2D(None)
Beispiel #2
0
 def setUp(self):
     self.f = LPIFilter2D(self.filt_func)