Skip to content

Commit

Permalink
[ci:usecfg] enh_use_precalc_img_bboxes
Browse files Browse the repository at this point in the history
fix: preconfigure bbox e2e test parameters
  • Loading branch information
xgui3783 committed Oct 23, 2024
1 parent 69c017e commit b77bbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/volumes/test_preconfigured_boundingbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
volumes = list(zip(map_vols, repeat(True))) + list(zip(imagefeatures, repeat(False)))


@pytest.mark.parametrize("volume, clip_flag", map_vols)
@pytest.mark.parametrize("volume, clip_flag", volumes)
def test_onthefly_and_preconfig_bboxes(volume: Volume, clip_flag: bool):
configured_bbox = volume._boundingbox
if configured_bbox is None:
Expand Down

0 comments on commit b77bbee

Please sign in to comment.