We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a0768 commit be0a50aCopy full SHA for be0a50a
1 file changed
tests/thermo/test_ThermoTools.py
@@ -312,7 +312,7 @@ def test_TPflash1():
312
TPflash(fluid1)
313
fluid1.initThermoProperties()
314
fluid1.initPhysicalProperties()
315
- assert abs(fluid1.getViscosity("kg/msec") - 1.574354015664789e-05) < 1e-19
+ assert abs(fluid1.getViscosity("kg/msec") - 1.574354015664789e-05) < 1e-10
316
317
318
def test_TPflash2():
0 commit comments