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

Experiment issues #31

Open
klowrey opened this issue Mar 1, 2020 · 1 comment
Open

Experiment issues #31

klowrey opened this issue Mar 1, 2020 · 1 comment
Assignees

Comments

@klowrey
Copy link
Contributor

klowrey commented Mar 1, 2020

In the experiment struct, one can save data but cannot access.

ie:

ex = Experiment("/tmp/tmp.jlso")
ex[:test] = 1
println(ex[:test])

will claim that :test key already exists, attempt to create a new key due to the collision, but then not find the key as there's no key. seems like the logic in _handlecollision is a little wonk.

@klowrey
Copy link
Contributor Author

klowrey commented Mar 1, 2020

of course ex.file[:test] returns bytes.

the logic in _handlecollision seems fine, but not sure how to return info from ex.file in the right types....

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

No branches or pull requests

2 participants