Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 1, 2022
1 parent 24fd558 commit 2624c09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def load_image(image_name):


def test_should_not_commit():
assert REGENERATE == False
assert REGENERATE is False


# @pytest.mark.skip(reason="for test")
Expand Down Expand Up @@ -150,8 +150,8 @@ def init_test():
),
pytest.param(
"contour",
{"name": "VC0", "type": "contour detection", "value": 864, "vertical": True, "margin": 0},
864,
{"name": "VC0", "type": "contour detection", "value": 862, "vertical": True, "margin": 0},
862,
200,
id="contour",
),
Expand All @@ -176,7 +176,7 @@ def test_assisted_split_full(type_, limit, better_value, cut_white):
"threshold_block_size_crop": 20,
"threshold_value_c_crop": 20,
"cut_white": cut_white,
"no_auto:rotate": True,
"no_auto_rotate": True,
},
}
step = {
Expand Down

0 comments on commit 2624c09

Please # to comment.