Commit f97ede5a authored by norvell's avatar norvell
Browse files

Fix for test_enc_passthrough.py for split_comparison

parent f51fba73
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ def test_enc(
    get_odg_bin,
    compare_to_input,
    compare_enc_dmx,
    split_comparison,
):
    
    enc_opts, dec_opts, sim_opts, eid_opts = test_dict[test_tag]
@@ -230,6 +231,7 @@ def test_enc(
        get_odg_bin,
        compare_to_input,
        compare_enc_dmx,
        split_comparison,
    )

    
 No newline at end of file