Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
espiritocz authored Sep 25, 2023
2 parents 11cf5bc + 20091aa commit 5ff8ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/LiCSBAS02_ml_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def main(argv=None):
if n_ifg2 > 0:
if n_para > n_ifg2:
n_para = n_ifg2

# to perform size check:
try:
tif = glob.glob(os.path.join(geocdir,'*.tif'))[0]
Expand All @@ -303,6 +303,7 @@ def main(argv=None):
except:
print('no other-than-ifg tif is found')
width = None

### Create float with parallel processing
print(' {} parallel processing...'.format(n_para), flush=True)
p = q.Pool(n_para)
Expand Down

0 comments on commit 5ff8ba7

Please sign in to comment.