Skip to content

Commit

Permalink
Fix NLTE Normalization - issue #784 g.loc
Browse files Browse the repository at this point in the history
  • Loading branch information
livnehra committed Jun 19, 2018
1 parent 68bd014 commit b54f34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/plasma/properties/partition_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _main_nlte_calculation(
else:
raise e
general_level_boltzmann_factor[i].ix[species] = \
level_boltzmann_factor * g[species][0] / level_boltzmann_factor[0]
level_boltzmann_factor * g.loc[species][0] / level_boltzmann_factor[0]
return general_level_boltzmann_factor

def _calculate_classical_nebular(
Expand Down

0 comments on commit b54f34b

Please sign in to comment.