Skip to content

Commit

Permalink
Merge pull request #77 from TUDelftGeodesy/linting
Browse files Browse the repository at this point in the history
fix linting
  • Loading branch information
rogerkuou committed May 6, 2024
2 parents 2c62a0f + fb7c181 commit 3fe96b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stmtools/stm.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ def reorder(self, xlabel="azimuth", ylabel="range", xscale=1.0, yscale=1.0):
"""
self._obj = self.get_order(xlabel, ylabel, xscale, yscale)

# Sorting may split up the chunks, which may interfere with later operations, so we immediately restore the chunk sizes.
# Sorting may split up the chunks, which may interfere with later operations
# so we immediately restore the chunk sizes.
chunks = {"space": self._obj.chunksizes["space"][0]}
if "time" in self._obj.chunksizes:
chunks = {
Expand Down

0 comments on commit 3fe96b6

Please sign in to comment.