Skip to content

Commit

Permalink
Changed default of serialize_all_fields to True (#1470)
Browse files Browse the repository at this point in the history
This is in preparation of the `0.15.1` release to avoid introducing
potentially breaking changes.
  • Loading branch information
BenWeber42 committed Dec 5, 2023
1 parent 1c0b0f6 commit 7f8e513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dace/config_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -945,10 +945,10 @@ required:
serialize_all_fields:
type: bool
default: false
default: true
title: Serialize all unmodified fields in SDFG files
description: >
If False (default), saving an SDFG keeps only the modified non-default properties. If True,
If False, saving an SDFG keeps only the modified non-default properties. If True,
saves all fields.
#############################################
Expand Down

0 comments on commit 7f8e513

Please sign in to comment.