Skip to content

Commit

Permalink
fixed an issue in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
sonachitchyan committed Nov 9, 2022
1 parent 0307dba commit 20ca228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tardis/plasma/tests/test_nlte_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def test_rate_matrix():
(2, 1, "nlte_ion"),
(2, 2, "lte_ion"),
("n_e", "n_e", "n_e"),
]
],
names=('atomic_number', 'ion_number', 'level_number')
)

simple_photo_ion_rates = [0.03464792, 0.68099508]
Expand Down

0 comments on commit 20ca228

Please sign in to comment.