Skip to content

Commit

Permalink
Problem with self and variables env
Browse files Browse the repository at this point in the history
  • Loading branch information
Antsalacia committed Dec 6, 2024
1 parent 468020c commit d8512b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/test_earthspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,15 @@ def test_merge_rasters(self) -> None:
# assert all(isinstance(item, str) for item in self.t3.output_filenames_renamed)
# # check that one output per split box was created
# assert len(self.t3.outputs) == len(self.t3.split_boxes)

def test_get_raster_compression(self) -> None:
""""""
#%%
comp_def = self.t1.raster_compression
assert comp_def == None






0 comments on commit d8512b1

Please sign in to comment.