htm.core icon indicating copy to clipboard operation
htm.core copied to clipboard

Possible Serialization problem in JSON mode.

Open dkeeney opened this issue 6 years ago • 1 comments

In bindings\py\tests\algorithms\temporal_memory_test.py, line 58 I marked this py unit test as skipped. It is giving me an error that comes from Cereal. It is an error I have see before with JSON output and it may indicate some bad Cereal serialization code someplace.

This happens when deserializing the TM using the loadFromString(s) function.

dkeeney avatar Aug 20 '19 23:08 dkeeney

This happens when deserializing the TM using the loadFromString(s)

oh, so just in TM? Do you think we do something non-standard we could be doing in TM serialization, or a bug in JSON used by PyBind11? Q:

  • file a bug at pybind?
  • is there a newer release to use?

breznak avatar Aug 21 '19 08:08 breznak