Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
def
_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
42
BICYCLE = _bicycle_fixture_dir()
Callers
1
test_roundtrip.py
File · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected