Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Nov 21, 2023
1 parent 69fc845 commit cb59070
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tardis/io/model/readers/csvy.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def parse_csv_abundances(csvy_data):
)
assert (
isotope_abundance < 0.0
).sum().sum() == 0, (
"Isotope abundances must be positive. Negative abundances found csvy."
)
).sum().sum() == 0, "Isotope abundances must be positive. Negative abundances found in csvy."

return abundance.index, abundance, isotope_abundance

0 comments on commit cb59070

Please sign in to comment.