Skip to content

Commit

Permalink
api in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso committed Aug 12, 2022
1 parent 43297c1 commit 697dcb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
}
],
"source": [
"uncertainty_df = vae.get_directional_uncertainty(n_samples=100)\n",
"uncertainty_df, _ = vae.get_directional_uncertainty(n_samples=100)\n",
"uncertainty_df.head()"
]
},
Expand Down Expand Up @@ -1202,7 +1202,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.9.10 ('velovi_conda')",
"display_name": "Python 3.9.6 64-bit ('velovi')",
"language": "python",
"name": "python3"
},
Expand All @@ -1216,12 +1216,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.9.6"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "1dd3ceb24c5e98560c561d9133c68f14dfe3e5f23b5ddc4723302967a9dbaa70"
"hash": "7ed79d0d5eace5faaf9d8f3ff8fc4f36f7bd1ea9269ebbea7edbcfac611b63a7"
}
}
},
Expand Down

0 comments on commit 697dcb9

Please sign in to comment.