-
Notifications
You must be signed in to change notification settings - Fork 5
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
Keep metadata fields when value null
#72
Conversation
With changing to False, metadata json keys and values will remain in the metadata as `null` after processing with omi.
The tests fail because they are implemented to assume that the fields are discarded if they are none / null. |
…s omit the none value from json because the static test structures used to compare the results also do not include nones / nulls #71
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.
I have changed the code a little to better control the omission of non-values. This helps to keep the old test.
This is now ready for release :)
Note:
I need to do some code cleanup ofc.
Closes #71