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

Method test_long

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

Source from the content-addressed store, hash-verified

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"})
385 self.check(arr, arr.info(rows=10, width=self.width), 11)
386
387 def test_scientific(self):
388 arr = ct.SolutionArray(self.gas, 20)

Callers

nothing calls this directly

Calls 3

checkMethod · 0.95
infoMethod · 0.95
SolutionArrayMethod · 0.80

Tested by

no test coverage detected