MATLAB version matrix#685
Conversation
…to matlab-version-matrix
|
It looks like we should skip Python tests for versions < 9.13. It's totally fine with me to skip specific tests that aren't supported in earlier versions are long as the core functionality is still being tested. |
|
It might work if testing with older versions of python as well. I.e MATLAB R2021a is compatible with python versions up to 3.8 But I agree with your point and In general it would be nice to split the test suite into modules where one module would only test core functionality and the matrix testing could run that, and another module would run tutorials tests etc. |
…releases (<R2022a)
argument must be char
Resolve property attributes across the whole class hierarchy, and add some comments
…ithoutBorders/matnwb into matlab-version-matrix
Parse scalar cell with text to character vector in R2019b and earlie
…atlab-version-matrix
…ithoutBorders/matnwb into matlab-version-matrix
Only update coverage for latest matlab version
Should also work for cell array
Add backwards compatibility fix
ehennestad
left a comment
There was a problem hiding this comment.
Test are passing on all versions. This PR has also been tested on a Windows machine with MATLAB R2019b, and all tests passed
Motivation
What was the reasoning behind this change? Please explain the changes briefly.
How to test the behavior?
Checklist
fix #XXwhereXXis the issue number?