Skip to content

Commit 4c48ec6

Browse files
committed
Consolidate test fixtures under testing_folder
1 parent 86b13bf commit 4c48ec6

922 files changed

Lines changed: 103 additions & 1268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/openptv_python/demo_bundle_adjustment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ def parse_args(argv: Iterable[str] | None = None) -> argparse.Namespace:
24272427
"case_dir",
24282428
type=Path,
24292429
nargs="?",
2430-
default=Path("tests/testing_fodder/test_cavity"),
2430+
default=Path("tests/testing_folder/test_cavity"),
24312431
help="Case folder containing cal/, parameters/, res_orig/, and img_orig/.",
24322432
)
24332433
parser.add_argument(

src/openptv_python/generate_synthetic_cavity_case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
)
3131
from .trafo import arr_metric_to_pixel
3232

33-
DEFAULT_SOURCE_CASE = Path("tests/testing_fodder/test_cavity")
34-
DEFAULT_OUTPUT_CASE = Path("tests/testing_fodder/test_cavity_synthetic")
33+
DEFAULT_SOURCE_CASE = Path("tests/testing_folder/test_cavity")
34+
DEFAULT_OUTPUT_CASE = Path("tests/testing_folder/test_cavity_synthetic")
3535
DEFAULT_SEED = 20260306
3636
FRAME_NUMBERS = (10001, 10002)
3737

0 commit comments

Comments
 (0)