nomenclature icon indicating copy to clipboard operation
nomenclature copied to clipboard

Exclude defaults when writing to yaml

Open phackstock opened this issue 11 months ago • 0 comments

Currently we include default values when writing to yaml which can make for somewhat unwieldy files. Instead of:

- Some Variable:
    description: Some basic variable
    unit:
    skip-region-aggregation: false

we should do:

- Some Variable:
    description: Some basic variable
    unit:

phackstock avatar Mar 11 '24 17:03 phackstock