Skip to content

Commit 0a0cfdc

Browse files
authored
Fix macroatom docs break (#3309)
fix macroatom solve in montecarlo tutorial
1 parent 3967175 commit 0a0cfdc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/tutorials/run_montecarlo_transport.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@
9595
"if sim.macro_atom is not None:\n",
9696
" sim.macro_atom_state = sim.macro_atom.solve(\n",
9797
" sim.plasma.j_blues,\n",
98-
" sim.plasma.atomic_data,\n",
99-
" sim.opacity_state.tau_sobolev,\n",
100-
" sim.plasma.stimulated_emission_factor,\n",
10198
" sim.opacity_state.beta_sobolev,\n",
99+
" sim.plasma.stimulated_emission_factor,\n",
102100
" )\n",
103101
"else:\n",
104102
" sim.macro_atom_state = None\n",
@@ -371,7 +369,7 @@
371369
],
372370
"metadata": {
373371
"kernelspec": {
374-
"display_name": "tardis-X",
372+
"display_name": "tardis",
375373
"language": "python",
376374
"name": "python3"
377375
},
@@ -385,7 +383,7 @@
385383
"name": "python",
386384
"nbconvert_exporter": "python",
387385
"pygments_lexer": "ipython3",
388-
"version": "3.13.5"
386+
"version": "3.13.3"
389387
}
390388
},
391389
"nbformat": 4,

0 commit comments

Comments
 (0)