Skip to content

Commit

Permalink
Enabling virtual_packet_logging by default in the visualization folder (
Browse files Browse the repository at this point in the history
tardis-sn#1693)

* set virtual_packet_logging to True in notebooks

* [build docs]
  • Loading branch information
atharva-2001 authored and DhruvSondhi committed Aug 21, 2021
1 parent 7deb1b0 commit 439c12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -590,7 +590,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
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 439c12d

Please sign in to comment.