Commit d1474a55 authored by Jan Kiene's avatar Jan Kiene
Browse files

uncomment accidentally commented code

parent be1cbdb0
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ def test_generate_test_items(exp_lab_pair):
        config.preprocessing_2["concatenation_order"] = sorted(input_filenames)
        config.to_file(cfg)

    # generate_test(args)
    generate_test(args)

    # if not all_lengths_equal(config):
    #     raise RuntimeError("Unequal lengths between input and output files detected")
    if not all_lengths_equal(config):
        raise RuntimeError("Unequal lengths between input and output files detected")