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

Method test_tuple

test/python/test_utils.py:224–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222 "vector<AnyValue>")
223
224 def test_tuple(self):
225 self.check_inexact_conversion((True, "spam", 3, 4.), "vector<AnyValue>")
226
227 def test_ndarray1(self):
228 self.check_inexact_conversion(np.random.randn(10), "vector<double>")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected