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

manipulating in memory cubes #59

Closed
mafla opened this issue Mar 6, 2018 · 1 comment
Closed

manipulating in memory cubes #59

mafla opened this issue Mar 6, 2018 · 1 comment

Comments

@mafla
Copy link
Collaborator

mafla commented Mar 6, 2018

I have an in-memory cube that has an Array{Int32,2} in the filed *.data.
I tried several ways t convert it e.g. with ctop.data = convert(Array{Float64}, ctop.data) but the *.data element is inert to that. Any chance to manipulate the data?

@meggart
Copy link
Member

meggart commented Mar 7, 2018

Float64.(ctop.data) applies the conversion function element-wise.

@meggart meggart closed this as completed Jun 1, 2018
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