Skip to content

Commit

Permalink
Docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed May 6, 2024
1 parent 7d2fc77 commit 49a7fec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1,680 deletions.
4 changes: 2 additions & 2 deletions docs/io/optional/how_to_custom_source.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"import numpy as np\n",
"from tardis import constants as const\n",
"from astropy import units as u\n",
"from tardis.montecarlo.packet_source import BlackBodySimpleSource\n",
"from tardis.montecarlo.montecarlo_numba.packet_collections import (\n",
"from tardis.transport.montecarlo.packet_source import BlackBodySimpleSource\n",
"from tardis.transport.montecarlo.packet_collections import (\n",
" PacketCollection,\n",
")\n",
"from tardis import run_tardis\n",
Expand Down
Loading

0 comments on commit 49a7fec

Please sign in to comment.