Commit efb706b3 authored by norvell's avatar norvell
Browse files

Fix test_enc_passthrough.py

parent 95c14db4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -194,7 +194,9 @@ def test_enc(
    get_ssnr,
    get_enc_stats,
    get_odg,
    get_odg_bin,
    compare_to_input,
    compare_enc_dmx,
):
    
    enc_opts, dec_opts, sim_opts, eid_opts = test_dict[test_tag]
@@ -225,7 +227,9 @@ def test_enc(
        get_ssnr,
        get_enc_stats,
        get_odg,
        get_odg_bin,
        compare_to_input,
        compare_enc_dmx,
    )

    
 No newline at end of file