Skip to content

Commit

Permalink
Update src/gt4py/cartesian/gtc/dace/nodes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Cattaneo <romanc@users.noreply.github.com>
  • Loading branch information
FlorianDeconinck and romanc authored Sep 4, 2024
1 parent 56e7b24 commit e2ebe0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gt4py/cartesian/gtc/dace/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def from_json(cls, d, sdfg=None):
b64string = d["pickle"]
byte_repr = base64.b64decode(b64string)
return pickle.loads(byte_repr)
else:
return d

return d


class PickledDataclassProperty(PickledProperty, dace.properties.DataclassProperty):
Expand Down

0 comments on commit e2ebe0a

Please sign in to comment.