-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importYaml is not compatible with MATLAB 2022b #614
Comments
This (and a somewhat related bug) are now fixed here: d8c8378. As you refer to RAVEN's These two functions generate the same model structure in MATLAB, with the following exceptions:
IMHO, |
good to know this
better keep it simple for now, instead of a bigger issue |
Thanks for the quick response! I also vote for having a model read function in this repo to keep it simple for now. |
Fair enough, I'll then make a PR and so that this issue can be solved. |
Fixed in #619 |
Current behavior:
Reproducing these results:
I checked the yamlFilename = 'Human-GEM.yml'
yamlFilename' =
13×1 char array
After removing the transpose sign, the code works fine.
I double checked the corresponding code
readYAMLmodel
in RAVEN usingmodel = readYAMLmodel('Human-GEM.yml'); which works fine, and the corresponding line is line_raw=readlines(fileName); which doesn't contain the transpose sign.
According to the blame file, @edkerk coded for this line in Human-GEM before. Hi Ed, do you have any suggestion for this one? 9aea8ae
The text was updated successfully, but these errors were encountered: