Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[cartesian]: Fix serialize default behavior when Pickled property …
…was not saved (#1629) ## Description DaCe has a behavior of _not_ saving properties if they have a default (newish behavior) which leads our 2-step process of library node caching to fail. Since we have decided to rely on pickling to cache out the content of the LibraryNode we respond to this change in DaCe by making sure default values pass to the pickle deserializer are returned plain ## Requirements - [ ] All fixes and/or new features come with corresponding tests. - [ ] Important design decisions have been documented in the approriate ADR inside the [docs/development/ADRs/](docs/development/ADRs/Index.md) folder. --------- Co-authored-by: Florian Deconinck <[email protected]> Co-authored-by: Roman Cattaneo <[email protected]>
- Loading branch information