Skip to content

51 use species names in column headers when generating simulated data - #53

Open
dmitrisvetlov wants to merge 25 commits into
mainfrom
51-use-species-names-in-column-headers-when-generating-simulated-data
Open

51 use species names in column headers when generating simulated data#53
dmitrisvetlov wants to merge 25 commits into
mainfrom
51-use-species-names-in-column-headers-when-generating-simulated-data

Conversation

@dmitrisvetlov

Copy link
Copy Markdown
Collaborator

@Munsky,

All tests pass on both Windows and Linux using the latest MATLAB (2026a). One test fails on the earlier versions because I am using the mustBeMatrix function 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 README to 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?

@dmitrisvetlov

Copy link
Copy Markdown
Collaborator Author

@Munsky,

While I have avoided the use of mustBeMatrix, I am still using createArray in mustBeValidLinkedSpeciesArray, and createArray was only introduced in R2024a. So we would need to remove R2023b from the list of supported versions.

That said, I am using createArray extensively in #50, so I think this is a version bump that will need to happen anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use species names in column headers when generating simulated data

2 participants