MCPcopy Create free account
hub / github.com/Cantera/cantera / test_water_simple

Method test_water_simple

test/python/test_composite.py:445–448  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

443 assert loc == ix
444
445 def test_water_simple(self):
446 w = ct.Water()
447 arr = ct.SolutionArray(w, 10)
448 self.check(arr, arr.info(rows=12, width=self.width), 10)
449
450 def test_water_extra(self):
451 w = ct.Water()

Callers

nothing calls this directly

Calls 3

checkMethod · 0.95
infoMethod · 0.95
SolutionArrayMethod · 0.80

Tested by

no test coverage detected