juanfung / scpd

0 stars 0 forks source link

`Base.readcsv` is deprecated in julia v0.7+ #19

Closed juanfung closed 5 years ago

juanfung commented 5 years ago

The package DelimitedFiles is loaded into causal-sims.jl, but the function readcsv is deprecated. Must use readdlm instead:

WARNING: Base.readcsv is deprecated: it has been moved to the standard library package DelimitedFiles.
Add using DelimitedFiles to your imports. likely near /home/juanfung/Dropbox/Projects/School choice/scpd/Analyze/causal-sims.jl:137 ┌ Warning: readcsv(io; opts...) is deprecated, use readdlm(io, ','; opts...) instead.
caller = top-level scope at none:0

juanfung commented 5 years ago

Fixed by 5b16f588c1719f7ace7f6d2e04b5b074be341439