Skip to content

Conversation

vtnate
Copy link
Collaborator

@vtnate vtnate commented Oct 22, 2024

We had a report that the MB was crashing with parameters typed as MSL types. We parse only primitives during the read step, though it works as expected for writing.

This PR makes an additional assumption that all non-primitive types are float and casts them as such. A warning is raised to the user for each one, suggesting they use a different type for that parameter.

@vtnate vtnate added the enhancement New feature or request label Oct 22, 2024
@vtnate vtnate requested a review from nllong October 22, 2024 15:40
@vtnate vtnate self-assigned this Oct 22, 2024
Copy link
Member

@nllong nllong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for “fixing”

@vtnate vtnate merged commit 28c0f10 into develop Oct 22, 2024
2 checks passed
@vtnate vtnate deleted the read-more-parameters branch October 22, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants