From a2362571ae2249963cc483f42f353515ddc12003 Mon Sep 17 00:00:00 2001 From: konstntokas Date: Thu, 30 May 2024 09:36:10 +0200 Subject: [PATCH] stdout UserWarning removed --- docs/tutorials/xcube.ipynb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/tutorials/xcube.ipynb b/docs/tutorials/xcube.ipynb index bc31e9e..294f1ce 100644 --- a/docs/tutorials/xcube.ipynb +++ b/docs/tutorials/xcube.ipynb @@ -141,18 +141,6 @@ "execution_count": 16, "metadata": {}, "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/konstantin/miniconda3/envs/spyndex/lib/python3.12/site-packages/xcube_sh/sentinelhub.py:254: UserWarning: The argument 'infer_datetime_format' is deprecated and will be removed in a future version. A strict version of it is now the default, see https://pandas.pydata.org/pdeps/0004-consistent-to-datetime-parsing.html. You can safely remove this argument.\n", - " dt = pd.to_datetime(dt, infer_datetime_format=True, utc=True)\n", - "/home/konstantin/miniconda3/envs/spyndex/lib/python3.12/site-packages/xcube_sh/sentinelhub.py:254: UserWarning: The argument 'infer_datetime_format' is deprecated and will be removed in a future version. A strict version of it is now the default, see https://pandas.pydata.org/pdeps/0004-consistent-to-datetime-parsing.html. You can safely remove this argument.\n", - " dt = pd.to_datetime(dt, infer_datetime_format=True, utc=True)\n", - "/home/konstantin/miniconda3/envs/spyndex/lib/python3.12/site-packages/xcube_sh/sentinelhub.py:317: FutureWarning: 'H' is deprecated and will be removed in a future version. Please use 'h' instead of 'H'.\n", - " pd.to_timedelta(max_timedelta)\n" - ] - }, { "data": { "text/html": [