51 use species names in column headers when generating simulated data - #53
Open
dmitrisvetlov wants to merge 25 commits into
Open
51 use species names in column headers when generating simulated data#53dmitrisvetlov wants to merge 25 commits into
dmitrisvetlov wants to merge 25 commits into
Conversation
Catchup from main
…lier MATLAB versions
Collaborator
Author
|
While I have avoided the use of That said, I am using |
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.
@Munsky,
All tests pass on both Windows and Linux using the
latestMATLAB (2026a). One test fails on the earlier versions because I am using themustBeMatrixfunction for validating linked-species specifications when formatted as cell arrays, and that function was only introduced in R2024b.I can, as part of this issue, simply update the testing and
READMEto reflect that R2024b, rather than R2023b, is our earliest supported version. While I don't like to force users to always use the latest version of a software package, I also prefer to be able to use the most modern features of a language, and R2024b is still four (now almost five) versions ago.What do you think?