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

Type Array does not have a definite size. #85

Closed
jerlich opened this issue Jan 18, 2024 · 1 comment
Closed

Type Array does not have a definite size. #85

jerlich opened this issue Jan 18, 2024 · 1 comment

Comments

@jerlich
Copy link

jerlich commented Jan 18, 2024

According to the readme, JDF supports vectors of floats. but if i try to have a Vector{Float64} as an element type, it fails.

MWE

using DataFrames, JDF

df = (;a = range(1,10), b=[rand(2) for _ in 1:10])
JDF.save(tempdir() * "/test.jdf", df)

@jerlich
Copy link
Author

jerlich commented Jan 18, 2024

I think i misunderstood the features. Vector{Float64} is a supported type, not element type. It seems that having a Vector as an element isn't supported. right?

@jerlich jerlich closed this as completed Jan 18, 2024
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

1 participant