From 8e9cd07ad7edb83bd3b76d0e35aa270961a6dd5c Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 16 Apr 2024 16:51:20 +0900 Subject: [PATCH] use abs_tol in ltv sanitizer test --- tests/test_param_file_ltv.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_param_file_ltv.py b/tests/test_param_file_ltv.py index a2341e9350..36efa91a2c 100644 --- a/tests/test_param_file_ltv.py +++ b/tests/test_param_file_ltv.py @@ -145,6 +145,7 @@ def test_param_file_tests( test_tag, get_mld, get_mld_lim, + abs_tol, ): enc_opts, dec_opts, sim_opts, eid_opts = param_file_test_dict[test_tag] @@ -338,6 +339,7 @@ def test_param_file_tests( fs, get_mld=get_mld, mld_lim=get_mld_lim, + abs_tol=abs_tol, ) md_out_files = get_expected_md_files(ref_output_file, enc_split, output_config) -- GitLab