Skip to content

Commit

Permalink
rm __version__, update output, uber#659
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Aug 25, 2023
1 parent 2c1b6f6 commit 95b4b17
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions examples/benchmark_simulation_studies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)\n"
]
}
],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
Expand Down Expand Up @@ -47,11 +55,14 @@
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.11.1\n"
]
"data": {
"text/plain": [
"'0.14.0'"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
Expand Down

0 comments on commit 95b4b17

Please sign in to comment.