14 include all modern matlab versions in automated testing#47
Open
dmitrisvetlov wants to merge 15 commits into
Open
14 include all modern matlab versions in automated testing#47dmitrisvetlov wants to merge 15 commits into
dmitrisvetlov wants to merge 15 commits into
Conversation
… failure" This reverts commit 08e59eb.
Catchup merge from main to #14
This is not officially required by SSIT, and we expect that no functionality will require users to have it installed.
This should now be handled by the `install` command.
To avoid requiring the Image Processing Toolbox, we now use the `paddata` function in core MATLAB, but it was only introduced in R2023b, so that version is the earliest we can now support.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the automated SSIT testing as follows:
paddatafunction was introduced to core MATLAB.Most tests pass on all platforms. The earlier versions (R2023b and R2024a) have three errors due to
The latest version (R2026a?) has only one error, due to a simple typo.
Given the typo, I am not sure how that tests passes on
main, but apparently it does...I will make an issue to fix it.If the solution-related errors are artifacts of R2023b and R2024a and cannot be easily fixed, we can stop supporting those versions and try to find the earliest later version that does work. But perhaps there is a fix.
Either way, I think we can reintegrate this.