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