Commit 90bfe8d5 authored by Jan Kiene's avatar Jan Kiene Committed by emerit
Browse files

use abs_tol in ltv sanitizer test

parent 1e9bf947
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)