Skip to content

Commit

Permalink
Fixed accessign the macro_atom_data from the plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodot- committed Aug 7, 2024
1 parent 7c3b59f commit 0515200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/opacities/macro_atom/macroatom_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def solve(
macro_block_references = atomic_data.macro_atom_references[
"block_references"
]
macro_atom_info = legacy_plasma.macro_atom_data
macro_atom_info = legacy_plasma.atomic_data.macro_atom_data

return MacroAtomState(
transition_probabilities,
Expand Down

0 comments on commit 0515200

Please sign in to comment.