Skip to content

Commit

Permalink
Change progressbar caption text
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pechnikov committed Sep 22, 2024
1 parent 9f01519 commit 5b9cc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmtsar/pygmtsar/Stack_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def compute_align(self, geometry='auto', dates=None, n_jobs=-1, degrees=12.0/360

# prepare reference scene
#self.stack_ref()
with self.tqdm_joblib(tqdm(desc='Aligning Reference', total=len(subswaths))) as progress_bar:
with self.tqdm_joblib(tqdm(desc='Preparing Reference', total=len(subswaths))) as progress_bar:
joblib.Parallel(n_jobs=n_jobs, backend=joblib_backend)(joblib.delayed(self._align_ref_subswath)(subswath, debug=debug) for subswath in subswaths)

# prepare secondary images
Expand Down

0 comments on commit 5b9cc3d

Please sign in to comment.