Skip to content

Commit be0a50a

Browse files
committed
update
1 parent a2a0768 commit be0a50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/thermo/test_ThermoTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def test_TPflash1():
312312
TPflash(fluid1)
313313
fluid1.initThermoProperties()
314314
fluid1.initPhysicalProperties()
315-
assert abs(fluid1.getViscosity("kg/msec") - 1.574354015664789e-05) < 1e-19
315+
assert abs(fluid1.getViscosity("kg/msec") - 1.574354015664789e-05) < 1e-10
316316

317317

318318
def test_TPflash2():

0 commit comments

Comments
 (0)