-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Your code:
x = {}
y = {}
z = {}
x['y'] = y
y['z'] = z
z['a'] = 1
y['b'] =2
import lineapy
z_art = lineapy.save(z, "test z")
z_art.codeIssue: The code for the artifact z returns
y = {}
z = {}
y['z'] = z
z['a'] = 1
y['b'] =2Which includes false positives for the changes in y.
This will require a more fine grained view/mutation tracking than just something between y and z, because if the modification were on y['z'], then the inclusion would be justified.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working