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

Method test_short

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

Source from the content-addressed store, hash-verified

377 assert not header.difference(names)
378
379 def test_short(self):
380 arr = ct.SolutionArray(self.gas, 5)
381 self.check(arr, arr.info(rows=10, width=self.width), 5)
382
383 def test_long(self):
384 arr = ct.SolutionArray(self.gas, 20, extra={"spam": "eggs"})

Callers

nothing calls this directly

Calls 3

checkMethod · 0.95
infoMethod · 0.95
SolutionArrayMethod · 0.80

Tested by

no test coverage detected