Skip to content

Commit

Permalink
remove unused arguments and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ehavazli committed Nov 14, 2024
1 parent a6b15ef commit 981d3ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/mintpy/cli/prep_aria.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ def create_parser(subparsers=None):
help='Name of the Ionosphere Delay stack file', default=None)
corr.add_argument('-cs', '--set', dest='setFile', type=str,
help='Name of the Solid Earth Tides stack file', default=None)
corr.add_argument('--cluster', dest='cluster', type=str, choices={'local', 'pbs', None},
help='Parallelize inversion of correction layers w Dask', default=None)
corr.add_argument('-n', '--num-workers', dest='num_workers', type=str,
help='Dask number of workers', default='2')

return parser

Expand Down
1 change: 0 additions & 1 deletion src/mintpy/prep_aria.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@ def load_aria(inps):
########## output file 3 - correction layers

# 3.1 - ionosphere
# Invert Iono stack and write out cube
if inps.ionoFile:
# define correction dataset structure for ifgramStack
ds_name_dict = {
Expand Down

0 comments on commit 981d3ce

Please sign in to comment.