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

Method test_empty_list

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

Source from the content-addressed store, hash-verified

185 self.check_inexact_conversion({"a", "b"}, "vector<string>")
186
187 def test_empty_list(self):
188 self.check_conversion([])
189
190 def test_empty_ndarray(self):
191 self.check_inexact_conversion(np.ndarray((0,)))

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected