From ae2c313e1dd773bae198e9a429ac3dbe633ecde4 Mon Sep 17 00:00:00 2001 From: jacquot Date: Tue, 22 Oct 2024 15:41:52 +0200 Subject: [PATCH] New commit to add the import to pass test --- examples/live/check_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/live/check_results.py b/examples/live/check_results.py index 010f6127adf..900b969c66c 100755 --- a/examples/live/check_results.py +++ b/examples/live/check_results.py @@ -11,7 +11,7 @@ from ligo.lw.utils import load_filename as load_xml_doc from ligo.lw import lsctables from pycbc import conversions as conv - +import LigoLWEventSource def close(a, b, c): return abs(a - b) <= c