Hochfrequenz / mig_ahb_utility_stack

MIG AHB Utility Stack (MAUS): A Script to Match the Message Implementation Guide (MIG) with the Anwendungshandbuch (AHB)
MIT License
2 stars 0 forks source link

Don't dump `entered_input` if None ⇒ Less bloated MAUS json #162

Closed hf-kklein closed 1 year ago

hf-kklein commented 1 year ago

By default we don't need the entered_input when dumping a DeepAhb/MAUS. This PR prevents that the dumped maus.json s are bloated with lots of "entered_input": null

hf-kklein commented 1 year ago

Sind nicht alle "entered_input" in der Maus "None"?

Alle entered_input in der initialen MAUS sind None. Später nutzen wir die Datenstruktur im Allgemeinen und das entered_input im Spezillen um die Daten, die der User eingibt abzulegen (bevor wir mit AHBicht validieren).