-
Notifications
You must be signed in to change notification settings - Fork 30
Validating Dtypes from String #370
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
Conversation
Checks, whether a Property with dtype string might be a different dtype but could not be detected when reading a file or property.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice PR, thanks!
I would like to ask for a change in the validation behaviour though. I think it would be better, if the first value is used to identify a dtype different from string
but only suggest a dtype change, if all values fit the suggested dtype. If the values are a mix of different dtypes, a change in dtype should not be suggested.
Show warning only if all values fit dtype.
Remove integration.xml Add validation_dtypes.xml Add validation_section.xml Split test functionality.
- Replace part of current XML File Loading Test - Incorporate new file in resources/validation_section.xml
- Replace current XML File Loading Test - Incorporate file at resources/validation_dtypes.xml
Remove integration.json Add validation_dtypes.json Add validation_section.json Split test functionality.
- Replace part of current JSON File Loading Test - Incorporate file at resources/validation_section.json
- Replace current JSON File Loading Test - Incorporate file at resources/validation_dtypes.json
Remove integration.yaml Add validation_dtypes.yaml Add validation_section.yaml Split test functionality.
- Replace part of current YAML File Loading Test - Incorporate file at resources/validation_section.yaml
- Replace current YAML File Loading Test - Incorporate file at resources/validation_dtypes.yaml
Unnecessary for validation tests.
Checks for Code Quality:
|
This PR
Checks for Code Quality: