Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahalev/python-microgrid
/ _numpy_represent_floating
Function
_numpy_represent_floating
src/pymgrid/utils/serialize.py:67–68 ·
view source on GitHub ↗
(dumper, data)
Source
from the content-addressed store, hash-verified
65
66
67
def
_numpy_represent_floating(dumper, data):
68
return
dumper.represent_float(data.item())
69
70
71
def
_numpy_represent_int(dumper, data):
Callers
nothing calls this directly
Calls
1
item
Method · 0.80
Tested by
no test coverage detected