Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Serialization problem in JSON mode. #645

Open
dkeeney opened this issue Aug 20, 2019 · 1 comment
Open

Possible Serialization problem in JSON mode. #645

dkeeney opened this issue Aug 20, 2019 · 1 comment

Comments

@dkeeney
Copy link

dkeeney commented Aug 20, 2019

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.

@breznak
Copy link
Member

breznak commented Aug 21, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants