Skip to content

Commit

Permalink
jpegxl.py: Minor cleanup.
Browse files Browse the repository at this point in the history
- Remove extra empty lines
- Rename `outfilename` and `tmpfilename` -> `filename`
- Rename `/vsimem/out.jxl` to be specific to each test function
- Use `with open()` to load data with `.read()`
- Fix spelling: `withing` -> `within`
- Add a comment explaining the double run in `test_jpegxl_rasterio()`

Fixes #11833
  • Loading branch information
schwehr committed Feb 14, 2025
1 parent b9526c1 commit 09d1161
Showing 1 changed file with 106 additions and 142 deletions.
Loading

0 comments on commit 09d1161

Please sign in to comment.