Skip to content

Commit

Permalink
Increase test load to try and trigger fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fbunt committed Jan 14, 2025
1 parent 4cb5d4a commit 9d70468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flakey_rasterize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
matrix:
os: [ubuntu-latest]
env:
# - requirements/39-ci.yml
- requirements/39-ci.yml
- requirements/310-ci.yml
- requirements/311-ci.yml
# - requirements/312-ci.yml
- requirements/312-ci.yml

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 3 additions & 4 deletions tests/test_rasterize.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,9 @@ def rasterize_helper(

@pytest.mark.parametrize("use_spatial_aware", [False, True])
@pytest.mark.parametrize("null_value", [None, 99_000])
# @pytest.mark.parametrize(
# "mask,mask_invert", [(False, False), (True, False), (True, True)]
# )
@pytest.mark.parametrize("mask,mask_invert", [(False, False)])
@pytest.mark.parametrize(
"mask,mask_invert", [(False, False), (True, False), (True, True)]
)
@pytest.mark.parametrize("all_touched", [False, True])
@pytest.mark.parametrize(
"overlap_resolve_method", ["first", "last", "min", "max"]
Expand Down

0 comments on commit 9d70468

Please sign in to comment.