We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9eba13 commit 009c85aCopy full SHA for 009c85a
src/geophires_x/GeoPHIRESUtils.py
@@ -320,7 +320,7 @@ def heat_capacity_water_J_per_kg_per_K(
320
max_allowed_temp_degC = 600
321
if not isinstance(Twater_degC, numbers.Real) or Twater_degC < 0 or Twater_degC > max_allowed_temp_degC:
322
raise ValueError(
323
- f'Invalid input for Twater_degC.'
+ f'Invalid input for Twater_degC. '
324
f'Twater_degC must be a non-negative number and must be within the range of 0 to {max_allowed_temp_degC} '
325
f'degrees Celsius. The input value was: {Twater_degC}'
326
)
0 commit comments