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 66f7295 commit cc8c517Copy full SHA for cc8c517
smrt/permittivity/brine.py
@@ -141,7 +141,6 @@ def brine_volume(temperature, salinity):
141
raise SMRTError(
142
"(Polynomial) equations for calculating brine volume fraction from temperature and salinity show unphysical behaviour! \
143
Calculated value for brine volume fraction is below 0 or above 1!")
144
- print calculate_freezing_temperature(salinity)
145
return Vb
146
147
0 commit comments