Skip to content

Commit

Permalink
Merge pull request #27 from konstntokas/main
Browse files Browse the repository at this point in the history
stderr UserWarning removed from xcue.ipynb
  • Loading branch information
davemlz authored May 30, 2024
2 parents 900b5c0 + a236257 commit 5d4a378
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/tutorials/xcube.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 5d4a378

Please sign in to comment.