Skip to content

Commit

Permalink
Fix numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Jul 28, 2023
1 parent 3ebd29c commit 866c935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmtsar/pygmtsar/SBAS_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def merge(self, grid, debug=False):
configuration files, PRM files, and performs the merge using the merge_swath command-line tool.
"""
import numpy
import numpy as np
import os

fullname = lambda filename: os.path.join(self.basedir, filename)
Expand Down

0 comments on commit 866c935

Please sign in to comment.