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

dlmread cannot read what dlmwrite wrote #2

Open
antoine-levitt opened this issue May 17, 2018 · 0 comments
Open

dlmread cannot read what dlmwrite wrote #2

antoine-levitt opened this issue May 17, 2018 · 0 comments
Labels

Comments

@antoine-levitt
Copy link

On nightly,

using DelimitedFiles

a = [[(1,2),(3,4)]]
writedlm("test.txt",a)
readdlm("test.txt")

returns

1×4 Array{Any,2}:
 "(1,"  "2)"  "(3,"  "4)"

Maybe writedlm should refuse to write objects it cannot read back in a sensible way (ideally, readdlm(writedlm()) should be a no-op, but that might be too restrictive).

@kshyatt kshyatt added the I/O label May 27, 2018
@ViralBShah ViralBShah transferred this issue from JuliaLang/julia Apr 8, 2022
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