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
For expected behavior, I guess I would like the ChemKED object either to be None or not present—whatever the behavior is for the optional field not being present.
bryanwweber
changed the title
What happens if an optional field is included by blank?
What happens if an optional field is included but is blank?
Oct 11, 2017
Currently, this raises an exception during validation with the value 'null value not allowed'. When we implement #78, we can have a special case if we want to set the value to None if its null, or we can require the user to delete the offending field.
My preference is for deletion (no need to clutter up the file).
Code sample, preferably able to be copy-pasted and run with no changes
Expected behavior
Guess we need to decide this
Actual behavior, including any error messages
No idea 😄
The text was updated successfully, but these errors were encountered: