zincware / ZnTrack

Create, visualize, run & benchmark DVC pipelines in Python & Jupyter notebooks.
https://zntrack.readthedocs.io
Apache License 2.0
47 stars 5 forks source link

Raise an error in `deps` if not compatible #792

Open PythonFZ opened 5 months ago

PythonFZ commented 5 months ago

zntrack.deps should only accept nodes, therefore it should be easy to raise a good error message if e.g. a standard python class like a bumpy array is given to make debugging easier. This should also be an important part of the docs.