Skip to content
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

Exclude defaults when writing to yaml #333

Open
phackstock opened this issue Mar 11, 2024 · 0 comments
Open

Exclude defaults when writing to yaml #333

phackstock opened this issue Mar 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@phackstock
Copy link
Contributor

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 phackstock added the enhancement New feature or request label Mar 11, 2024
@phackstock phackstock self-assigned this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant