matio-cpp icon indicating copy to clipboard operation
matio-cpp copied to clipboard

Add system tests for reading/writing in matlab

Open acampbel opened this issue 3 years ago • 1 comments

Cool project! Consider adding some system tests that generate mat files across multiple releases of matlab to be read by your library and/or validate that may files written by your library can be read correctly into matlab across multiple releases. These actions support github hosted runners back to 20a:

https://github.com/matlab-actions

acampbel avatar Jul 12 '22 12:07 acampbel

Hi @acampbel, thanks a lot for the suggestion! Did you encounter any issue, by any chance?

In any case, right now the supported types of mat files correspond to those supported by matio. matio-cpp is supposed to be only a C++ interface of matio.

S-Dafarra avatar Jul 12 '22 12:07 S-Dafarra