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

Method test_list_float

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

Source from the content-addressed store, hash-verified

212 self.check_conversion([1, 2, 3], "vector<long int>")
213
214 def test_list_float(self):
215 self.check_conversion([1., 2., 3.], "vector<double>")
216
217 def test_list_bool(self):
218 self.check_conversion([True, False], "vector<bool>")

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected