davidssmith / DCEMRI.jl

DCE MRI analysis in Julia
Other
37 stars 16 forks source link

fix deprecated 'floor' operator #13

Closed elijahrockers closed 8 years ago

elijahrockers commented 8 years ago

but still not concatentation operators. use 'collect' instead at

DCEMRI/src/validate.jl:19 DCEMRI/src/validate.jl:28 DCEMRI/src/validate.jl:61 DCEMRI/src/validate.jl:134 DCEMRI/src/validate.jl:135

davidssmith commented 8 years ago

Thanks!

davidssmith commented 8 years ago

Note that this won't appear in the official package until I bump the version number up in https://github.com/JuliaLang/METADATA.jl

elijahrockers commented 8 years ago

Sure.. just a heads up, I am new to git, but interested in getting to know it. Also brand new to Julia, so definitely make sure to review my pull requests

elijahrockers commented 8 years ago

quite familiar with MATLAB though, which I see some striking similarities with