We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ec728 commit 38cbe26Copy full SHA for 38cbe26
2 files changed
.github/workflows/pytest.yml
@@ -3,7 +3,7 @@ name: Run tests
3
on: [push]
4
5
env:
6
- DEPTH_ONE_PATH: "../.pytest_cache/d1maps/"
+ DEPTH_ONE_PARENT: "../.pytest_cache/d1maps/"
7
8
jobs:
9
runtest:
@@ -30,9 +30,6 @@ jobs:
30
- name: Sync uv
31
run: uv pip install ".[dev]"
32
33
- - name: Check DEPTH_ONE_PATH
34
- run: echo $DEPTH_ONE_PATH
35
-
36
- name: Run tests
37
run: pytest --cov
38
mapcat/toolkit/update_sky_coverage.py
@@ -87,9 +87,6 @@ def coverage_from_depthone(d1table: DepthOneMapTable) -> list[SkyCoverageTable]:
87
A list of sky coverage tiles that cover the map
88
"""
89
tmap_path = resolve_tmap(d1table)
90
- print("\n\n\n")
91
- print(tmap_path)
92
93
tmap = enmap.read_map(str(tmap_path))
94
95
coverage_tiles = get_sky_coverage(tmap)
0 commit comments