Skip to content

Commit

Permalink
set virtual_packet_logging to True in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 22, 2021
1 parent 2c47baa commit cd263ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/io/visualization/generating_widgets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
],
"source": [
"from tardis import run_tardis\n",
"sim = run_tardis('tardis_example.yml')"
"sim = run_tardis('tardis_example.yml', virtual_packet_logging=True)"
]
},
{
Expand Down Expand Up @@ -595,7 +595,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -609,7 +609,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.7.10"
},
"notify_time": "5",
"toc": {
Expand Down
2 changes: 1 addition & 1 deletion docs/io/visualization/sdec_plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@
"source": [
"from tardis import run_tardis\n",
"\n",
"sim = run_tardis(\"tardis_example.yml\")"
"sim = run_tardis(\"tardis_example.yml\", virtual_packet_logging=True)"
]
},
{
Expand Down

0 comments on commit cd263ef

Please sign in to comment.