Skip to content

Commit

Permalink
fix problem with opacity solver
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Aug 7, 2024
1 parent c4dec6f commit dcd157f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tardis/opacities/opacity_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ def solve(self, legacy_plasma) -> OpacityState:
legacy_plasma.atomic_data.lines.shape[
0
], # number of lines
legacy_plasma.abundance.shape[1], # number of shells
legacy_plasma.number_density.shape[
1
], # number of shells
),
dtype=np.float64,
),
Expand Down

0 comments on commit dcd157f

Please sign in to comment.