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

Method test_scalar_int

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

Source from the content-addressed store, hash-verified

197 self.check_conversion("spam", "string")
198
199 def test_scalar_int(self):
200 self.check_conversion(3, "long int")
201
202 def test_scalar_float(self):
203 self.check_conversion(3.1415, "double")

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected