Skip to content

Commit

Permalink
Notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
thuiop committed Jan 21, 2022
1 parent be15ab7 commit e394ad9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 45 deletions.
17 changes: 3 additions & 14 deletions notebooks/00-intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -784,16 +784,7 @@
},
"scrolled": true
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/thuiop/Documents/stageAPC/BlendingToolKit/btk/metrics.py:439: FutureWarning: `multichannel` is a deprecated argument name for `structural_similarity`. It will be removed in version 1.0.Please use `channel_axis` instead.\n",
" multichannel=True,\n"
]
}
],
"outputs": [],
"source": [
"import btk.metrics\n",
"import btk.plot_utils\n",
Expand Down Expand Up @@ -830,7 +821,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "8931e396e63749259dcdd6f62fe4352a",
"model_id": "ac7887ff8dbe4dfa997f02f06958a21c",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -993,9 +984,7 @@
"output_type": "stream",
"text": [
"/home/thuiop/Documents/stageAPC/BlendingToolKit/env/lib64/python3.7/site-packages/numpy/lib/npyio.py:528: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.\n",
" arr = np.asanyarray(arr)\n",
"/home/thuiop/Documents/stageAPC/BlendingToolKit/btk/metrics.py:439: FutureWarning: `multichannel` is a deprecated argument name for `structural_similarity`. It will be removed in version 1.0.Please use `channel_axis` instead.\n",
" multichannel=True,\n"
" arr = np.asanyarray(arr)\n"
]
}
],
Expand Down
16 changes: 1 addition & 15 deletions notebooks/02a-multi-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "72b7e28b9efe4fbd95d5de19fa5369d4",
"model_id": "3399e4d9639e4c8ab5ef5560bf7c7ec1",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -534,20 +534,6 @@
"id": "1edac435",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/thuiop/Documents/stageAPC/BlendingToolKit/btk/metrics.py:439: FutureWarning: `multichannel` is a deprecated argument name for `structural_similarity`. It will be removed in version 1.0.Please use `channel_axis` instead.\n",
" multichannel=True,\n",
"/home/thuiop/Documents/stageAPC/BlendingToolKit/btk/metrics.py:439: FutureWarning: `multichannel` is a deprecated argument name for `structural_similarity`. It will be removed in version 1.0.Please use `channel_axis` instead.\n",
" multichannel=True,\n",
"/home/thuiop/Documents/stageAPC/BlendingToolKit/btk/metrics.py:439: FutureWarning: `multichannel` is a deprecated argument name for `structural_similarity`. It will be removed in version 1.0.Please use `channel_axis` instead.\n",
" multichannel=True,\n",
"/home/thuiop/Documents/stageAPC/BlendingToolKit/btk/metrics.py:439: FutureWarning: `multichannel` is a deprecated argument name for `structural_similarity`. It will be removed in version 1.0.Please use `channel_axis` instead.\n",
" multichannel=True,\n"
]
},
{
"name": "stdout",
"output_type": "stream",
Expand Down
23 changes: 7 additions & 16 deletions notebooks/02b-custom-tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit e394ad9

Please sign in to comment.