From e80263eae12e624257dd529d66c491ecc5f846ef Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 11 Jul 2024 09:43:15 +0200 Subject: [PATCH] Update atlite/gis.py Co-authored-by: Fabian Hofmann --- atlite/gis.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/atlite/gis.py b/atlite/gis.py index d9fa967b..ebf943ac 100644 --- a/atlite/gis.py +++ b/atlite/gis.py @@ -729,22 +729,10 @@ def compute_availabilitymatrix( ) if nprocesses is None: - logger.info( - "You can disable the progress bar by setting 'disable_progressbar=True'." - ) - if not disable_progressbar: - tqdm_kwargs = dict( - ascii=False, - unit=" gridcells", - total=len(shapes), - desc="Compute availability matrix", - ) iterator = tqdm(shapes.index, **tqdm_kwargs) else: - logger.info("Progress bar is disabled.") iterator = shapes.index - with catch_warnings(): simplefilter("ignore") for i in iterator: