Skip to content

Commit 38cbe26

Browse files
committed
fix: wrong variable name for DEPTH_ONE_PARENT
1 parent 34ec728 commit 38cbe26

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run tests
33
on: [push]
44

55
env:
6-
DEPTH_ONE_PATH: "../.pytest_cache/d1maps/"
6+
DEPTH_ONE_PARENT: "../.pytest_cache/d1maps/"
77

88
jobs:
99
runtest:
@@ -30,9 +30,6 @@ jobs:
3030
- name: Sync uv
3131
run: uv pip install ".[dev]"
3232

33-
- name: Check DEPTH_ONE_PATH
34-
run: echo $DEPTH_ONE_PATH
35-
3633
- name: Run tests
3734
run: pytest --cov
3835

mapcat/toolkit/update_sky_coverage.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ def coverage_from_depthone(d1table: DepthOneMapTable) -> list[SkyCoverageTable]:
8787
A list of sky coverage tiles that cover the map
8888
"""
8989
tmap_path = resolve_tmap(d1table)
90-
print("\n\n\n")
91-
print(tmap_path)
92-
print("\n\n\n")
9390
tmap = enmap.read_map(str(tmap_path))
9491

9592
coverage_tiles = get_sky_coverage(tmap)

0 commit comments

Comments
 (0)