OpenEnergyPlatform / omi

Repository for the Open Metadata Integration (OMI). For metadata definition see metadata repo:
https://github.com/OpenEnergyPlatform/metadata
GNU Affero General Public License v3.0
7 stars 4 forks source link

Keep metadata fields when value `null` #72

Closed chrwm closed 5 months ago

chrwm commented 1 year ago

Closes #71

jh-RLI commented 1 year ago

The tests fail because they are implemented to assume that the fields are discarded if they are none / null. So we have to change the tests / create tests for bot cases (omi_none=true/false).