MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / _bicycle_fixture_dir

Function _bicycle_fixture_dir

tests/pycolmap/test_roundtrip.py:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def _bicycle_fixture_dir() -> Path:
36 override = os.environ.get(BICYCLE_FIXTURE_ENV)
37 if override:
38 return Path(override)
39 return WORKSPACE / "360_v2" / "bicycle" / "sparse" / "0"
40
41
42BICYCLE = _bicycle_fixture_dir()

Callers 1

test_roundtrip.pyFile · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected