Loading tests/test_experiments.py +3 −3 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ def test_generate_test_items(exp_lab_pair): pytest.fail("fail all for testing purposes") # 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") Loading
tests/test_experiments.py +3 −3 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ def test_generate_test_items(exp_lab_pair): pytest.fail("fail all for testing purposes") # 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")