Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ test_empty_ndarray
Method
test_empty_ndarray
test/python/test_utils.py:190–191 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
188
self.check_conversion([])
189
190
def
test_empty_ndarray(self):
191
self.check_inexact_conversion(np.ndarray((0,)))
192
193
def
test_empty_dict(self):
194
self.check_conversion({})
Callers
nothing calls this directly
Calls
1
check_inexact_conversion
Method · 0.95
Tested by
no test coverage detected