ZnTrack icon indicating copy to clipboard operation
ZnTrack copied to clipboard

zn.deps order

Open PythonFZ opened this issue 3 years ago • 1 comments

The following two should be different:

Node(data=[data1, data2]) != Node(data=[data1, data2])

PythonFZ avatar Mar 22 '23 12:03 PythonFZ

One Solution would be to add to the dvc.yaml file:

Node:
   data: [x.name for x in data]

PythonFZ avatar Mar 22 '23 19:03 PythonFZ