JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
278 stars 71 forks source link

matwrite any Associative collection #59

Closed bjarthur closed 7 years ago

bjarthur commented 8 years ago

it'd be nice to be able to matwrite a DataStructures.SortedDict. this PR enables that.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 90.874% when pulling 3d950f000889b19f8dc41ce87343d6fd52833800 on bjarthur:associative into 3d7501a89b9830a225e0594b30d1dc502d9f1b99 on simonster:master.

bjarthur commented 7 years ago

now with tests!

timholy commented 7 years ago

I'm going to close and reopen, just to run the tests again.

timholy commented 7 years ago

Failure on nightly is unrelated. (https://github.com/JuliaLang/julia/pull/21831, fixable with https://github.com/JuliaArrays/UnalignedVectors.jl.)