Skip to content

Conversation

@vyudu
Copy link
Member

@vyudu vyudu commented Jan 23, 2025

Validate the keys of the u0map and pmap. Not sure if my check here is too restrictive, but basically anything that is not a symbol/symbolic corresponding to an unknown/parameter of the system will error here. Fixes #3325


u0Type = typeof(u0map)
pType = typeof(pmap)
_u0map = u0map
Copy link
Member Author

Choose a reason for hiding this comment

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

_u0map and pmap seems to not be used anywhere

@vyudu vyudu marked this pull request as draft January 24, 2025 01:23
@vyudu vyudu marked this pull request as ready for review February 17, 2025 23:22
@vyudu vyudu closed this Feb 20, 2025
@vyudu vyudu reopened this Feb 20, 2025
@vyudu
Copy link
Member Author

vyudu commented Feb 21, 2025

@ChrisRackauckas this is ready

@ChrisRackauckas ChrisRackauckas merged commit 3a54d9e into SciML:master Feb 22, 2025
36 of 45 checks passed
@vyudu vyudu deleted the validate_parammap branch February 24, 2025 14:47
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.

Nonsensical stuff is allowed in input paraemter maps

2 participants