Skip to content

Commit

Permalink
switched the return statement to NotImplementedError
Browse files Browse the repository at this point in the history
  • Loading branch information
sonachitchyan committed Nov 9, 2022
1 parent b4d494b commit 420f902
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tardis/plasma/properties/nlte_rate_equation_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,9 @@ def calculate(
total_coll_ion_coefficients[0],
total_coll_recomb_coefficients[0],
)
return (
-1,
-1,
) # function still empty, that's why return statement is arbitrary at this point


raise NotImplementedError("NLTE ionization hasn't been fully implemented yet!")

@staticmethod
def calculate_rate_matrix(
phi_shell,
Expand Down

0 comments on commit 420f902

Please sign in to comment.