Skip to content
Snippets Groups Projects
Commit 1b699c37 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

disabled visual test

parent 9aaec377
No related branches found
No related tags found
1 merge request!19More ext
Pipeline #
......@@ -24,7 +24,7 @@ class Test_first_order_filters(unittest.TestCase):
a = np.random.randint(0,100,100).astype(np.float)
b = first_order.high_pass(a, 1, 1)
self.assertLess(b.mean(), a.mean())
if 1:
if 0:
import matplotlib.pyplot as plt
plt.plot(a)
plt.plot(b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment