Skip to content
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

Cast inputs in the MATGAS parser to the correct type #211

Open
tasseff opened this issue Aug 12, 2020 · 1 comment
Open

Cast inputs in the MATGAS parser to the correct type #211

tasseff opened this issue Aug 12, 2020 · 1 comment

Comments

@tasseff
Copy link
Member

tasseff commented Aug 12, 2020

For example, I was running into an issue where base_pressure was being parsed as an integer. Wrapping the parsing with casts like

case["base_pressure"] = Float64(matlab_data["mgc.base_pressure"])

should correct this.

@ccoffrin
Copy link
Member

I would expect this to be addressed by the generic Matlab parser. Maybe that parser needs a new feature to support specifying types for constant values?

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

No branches or pull requests

2 participants