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

Convert tables arrayfield to varying arrayfield. #188

Open
jpprins1 opened this issue Mar 31, 2023 · 2 comments
Open

Convert tables arrayfield to varying arrayfield. #188

jpprins1 opened this issue Mar 31, 2023 · 2 comments
Labels

Comments

@jpprins1
Copy link
Contributor

tables = ArrayField(type=float)

Is in fact an array with multiple varying sub-array's. We can use the h5py varying array's object for storing this.
Currently using filtering on this field does not work because of a mismatch in array dimensions.

@jpprins1 jpprins1 added the bug label Mar 31, 2023
@jpprins1
Copy link
Contributor Author

@martijn-siemerink: is this field used in the calccore?

@martijn-siemerink
Copy link
Contributor

martijn-siemerink commented Mar 31, 2023

Yes it is @jpprins1

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

2 participants