You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When normalization parameters are passed, if there are no keys matched up we should throw an error or warning message to notify the user that nothing is being normalized.
Actual behavior
Currently, there is no "validation" persay of normalization keys passed, and so if they aren't matched with any of the targets, nothing happens.
Steps to reproduce the problem
Pass normalization kwargs, and have none of the keys match available targets.
Expected behavior
When normalization parameters are passed, if there are no keys matched up we should throw an error or warning message to notify the user that nothing is being normalized.
Actual behavior
Currently, there is no "validation" persay of normalization keys passed, and so if they aren't matched with any of the targets, nothing happens.
Steps to reproduce the problem
Pass normalization kwargs, and have none of the keys match available targets.
Specifications
matsciml
as of 46dd595The text was updated successfully, but these errors were encountered: