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

Method test_empty_dict

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

Source from the content-addressed store, hash-verified

191 self.check_inexact_conversion(np.ndarray((0,)))
192
193 def test_empty_dict(self):
194 self.check_conversion({})
195
196 def test_scalar_string(self):
197 self.check_conversion("spam", "string")

Callers

nothing calls this directly

Calls 1

check_conversionMethod · 0.95

Tested by

no test coverage detected