Skip to content

Commit

Permalink
removed a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sonachitchyan committed Jan 18, 2023
1 parent f36aa84 commit 352e3c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tardis/plasma/properties/nlte_rate_equation_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ def calculate(
level_boltzmann_factor,
)

# >>>TODO:initial electron density should be included in the initial guess, added in a future PR
initial_electron_densities = number_density.sum(axis=0)
# <<<
atomic_numbers = (
rate_matrix_index.get_level_values("atomic_number")
.unique()
Expand Down

0 comments on commit 352e3c9

Please sign in to comment.