zincware / ZnTrack

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

prohibit e.g. `np.ndarray` as parameters #787

Open PythonFZ opened 2 months ago

PythonFZ commented 2 months ago

Either prohibit or find a good way to ensure proper znjson conversion excluding pickle.

PythonFZ commented 2 months ago

relevant code in IPSuite https://github.com/zincware/IPSuite/blob/13814726a362f5135352f501e8fa26aad77c2a94/ipsuite/configuration_comparison/base.py#L146