Skip to content

Commit

Permalink
Changed default of serialize_all_fields to False (#1564)
Browse files Browse the repository at this point in the history
For the 0.16 release, we want to introduce the change to the default of
`serialize_all_fields` to `False`.

This reverts PR "Changed default of serialize_all_fields to True #1470".
This reverts commit bfe4163.
  • Loading branch information
BenWeber42 authored May 2, 2024
1 parent f01b937 commit a0422c9
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: true
default: false
title: Serialize all unmodified fields in SDFG files
description: >
If False, saving an SDFG keeps only the modified non-default properties. If True,
If False (default), saving an SDFG keeps only the modified non-default properties. If True,
saves all fields.
#############################################
Expand Down

0 comments on commit a0422c9

Please sign in to comment.