Skip to content

Commit

Permalink
forgot pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Dec 17, 2024
1 parent 0ebfcc6 commit 7ade2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion earthspy/earthspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def set_query_parameters(
# set and correct resolution
self.set_correct_resolution()

# set compress mode
# set compression method
self.get_raster_compression(raster_compression)

# set post-processing attributes
Expand Down
2 changes: 1 addition & 1 deletion tests/test_earthspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,6 @@ def test_get_raster_compression(t3, t4) -> None:
comp_def = t3.raster_compression
assert comp_def is None

# check raster compression with mode specified
# check raster compression when LZW compression is specified
comp_cust = t4.raster_compression
assert comp_cust == "LZW"

0 comments on commit 7ade2d3

Please sign in to comment.