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

Writing data to an interleaved array sometimes overwrite all data #727

Closed
jgostick opened this issue Sep 1, 2017 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@jgostick
Copy link
Member

jgostick commented Sep 1, 2017

When one object (ie geom1) has a prop, but another (geom2) does not, then the interleave mechanism will return an empty array when that prop is access from geom2. If one then attempts to write to this array, its seems over write the values on geom1 with 0's.

@jgostick jgostick added this to the V1.X milestone Sep 1, 2017
@jgostick jgostick self-assigned this Sep 1, 2017
@jgostick
Copy link
Member Author

This does not happen anymore...not sure when we fixed it, but it's fixed. However, there is still an issue that writing pn['pore.test'] does NOT throw an error when 'pore.test' exists on a geom object.

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

No branches or pull requests

1 participant