We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e8d9c commit ebae3bfCopy full SHA for ebae3bf
torax/_src/imas_tools/input/core_profiles.py
@@ -234,8 +234,8 @@ def _validate_ids_ions(
234
if str(ion) not in constants.ION_PROPERTIES_DICT.keys():
235
raise (
236
KeyError(
237
- f"{ion} is present in the IDS but not a valid symbol of a TORAX"
238
- " ion. Check typing or add the ion to the excluded_impurities."
+ f"{ion} is present in the IDS but not a valid TORAX ion. Check"
+ "typing or add the ion to the excluded_impurities."
239
)
240
241
# Check presence of main_ion_symbols in the IDS if not default value.
0 commit comments