From 2853dc7204cece9cec51a6011f84e4f81c9b239a Mon Sep 17 00:00:00 2001 From: dabhicusp Date: Tue, 12 Mar 2024 06:13:11 +0000 Subject: [PATCH] Lint error fixed. --- xee/ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xee/ext.py b/xee/ext.py index f5d4a97..c4906b2 100644 --- a/xee/ext.py +++ b/xee/ext.py @@ -1060,7 +1060,7 @@ def open_dataset( executor_kwargs (optional): A dictionary of keyword arguments to pass to the ThreadPoolExecutor that handles the parallel computation of pixels i.e. {'max_workers': 2}. - compute_pixels_max_retries (optional): The maximum number of retry + compute_pixels_max_retries (optional): The maximum number of retry attempts for calling ee.data.computePixels(). compute_pixels_initial_delay (optional): The initial delay in milliseconds before the first retry of calling ee.data.computePixels().