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

Method test_scalar_float

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

Source from the content-addressed store, hash-verified

200 self.check_conversion(3, "long int")
201
202 def test_scalar_float(self):
203 self.check_conversion(3.1415, "double")
204
205 def test_scalar_bool(self):
206 self.check_conversion(True, "bool")

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected