ZnTrack
ZnTrack copied to clipboard
zn.deps order
The following two should be different:
Node(data=[data1, data2]) != Node(data=[data1, data2])
One Solution would be to add to the dvc.yaml file:
Node:
data: [x.name for x in data]