Skip to content

Commit

Permalink
Fix NLTE Normalization - issue #784 even more gs
Browse files Browse the repository at this point in the history
  • Loading branch information
livnehra committed Jun 19, 2018
1 parent 03c7acd commit dff362e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis/plasma/properties/partition_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _main_nlte_calculation(
def _calculate_classical_nebular(
self, t_electrons, lines, atomic_data,
nlte_data, general_level_boltzmann_factor, j_blues,
previous_electron_densities):
previous_electron_densities, g):
"""
Performs NLTE calculations using the classical nebular treatment.
All beta sobolev values taken as 1.
Expand All @@ -216,7 +216,7 @@ def _calculate_classical_nebular(
def _calculate_coronal_approximation(
self, t_electrons, lines, atomic_data,
nlte_data, general_level_boltzmann_factor,
previous_electron_densities):
previous_electron_densities, g):
"""
Performs NLTE calculations using the coronal approximation.
All beta sobolev values taken as 1 and j_blues taken as 0.
Expand Down

0 comments on commit dff362e

Please sign in to comment.