Skip to content
Snippets Groups Projects
Commit 78b8477c authored by Kipp Cannon's avatar Kipp Cannon
Browse files

whiten test: require identity transform test to pass cmp_nxydumps

parent 65272d1a
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ import numpy
import sys
from gstlal import pipeparts
from gstlal.pipeparts import gst
import cmp_nxydumps
import test_common
......@@ -138,3 +139,4 @@ def whiten_test_01b(pipeline, name):
test_common.build_and_run(whiten_test_01a, "whiten_test_01a")
test_common.build_and_run(whiten_test_01b, "whiten_test_01b")
cmp_nxydumps.compare("whiten_test_01a_in.dump", "whiten_test_01a_out.dump", transients = (2.0, 2.0), sample_fuzz = 1e-2)
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