Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasParistech committed Sep 13, 2024
1 parent fb2d4d6 commit 4fb5a88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v2

- name: PR Conventional Commit Validation
if: github.head_ref != 'develop'
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","revert"]'
Expand Down
2 changes: 1 addition & 1 deletion pretty_gpx/gpx/elevation_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ def rescale_elevation(elevation: np.ndarray, scale: float) -> np.ndarray:
new_elevation = cv2.resize(elevation, (new_w, new_h),
interpolation=cv2.INTER_LANCZOS4) # bicubic is ugly

# TODO: aliasing when upsapling
# TODO: fix aliasing when upsapling

return new_elevation

0 comments on commit 4fb5a88

Please sign in to comment.