-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
pylivemaker/src/livemaker/lpb.py
Line 174 in ceeb129
| lambda obj, ctx: numpy.frombuffer(obj.rjust(16, b"\x00"), dtype=numpy.longdouble), |
Two reasons:
- numpy.longdouble is alias of float64 on Windows, but not float96 or float128, so I run it on WSL
- numpy.frombuffer returns ndarray, but not a particular number, so I just patched it
I think this might be work, but I only test the function of dump file, so you know...
Test file: 0000001C.zip
Metadata
Metadata
Assignees
Labels
No labels