Skip to content

Commit

Permalink
Revert "Update smallbaselineApp.py"
Browse files Browse the repository at this point in the history
This reverts commit d3bc690.
  • Loading branch information
yunjunz committed Feb 27, 2025
1 parent d3bc690 commit a56c80b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mintpy/smallbaselineApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@ def run_quick_overview(self, step_name):

def run_unwrap_error_correction(self, step_name):
"""Correct phase-unwrapping errors"""
# ignore whitespace
method = self.template['mintpy.unwrapError.method'].replace(' ', '')
method = self.template['mintpy.unwrapError.method']
if not method:
print('phase-unwrapping error correction is OFF.')
return
Expand Down

0 comments on commit a56c80b

Please sign in to comment.