From abb7b6929fb7fe7e28e9b3d382dd9a1b03c2bd8e Mon Sep 17 00:00:00 2001 From: Alexander Holas Date: Tue, 21 Nov 2023 11:26:10 -0500 Subject: [PATCH] Fix copy paste error --- tardis/model/parse_input.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tardis/model/parse_input.py b/tardis/model/parse_input.py index 8cfdd14ea28..493e67d0cdb 100644 --- a/tardis/model/parse_input.py +++ b/tardis/model/parse_input.py @@ -155,12 +155,12 @@ def parse_abundance_section(config, atom_data, geometry): assert ( abundance < 0.0 ).sum().sum() == 0, ( - "Abundances must be positive. Negative abundances found in csvy." + "Abundances must be positive. Negative abundances found." ) assert ( isotope_abundance < 0.0 ).sum().sum() == 0, ( - "Isotope abundances must be positive. Negative abundances found csvy." + "Isotope abundances must be positive. Negative abundances found." ) return isotope_abundance, abundance, elemental_mass