Fabian Zills
Fabian Zills
- [ ] add more text to the example and clean up
With the new plots API we can declare outputs also as plots.
Sometimes the entries in `plots` are just empty dicts. https://github.com/zincware/ZnTrack/blob/a8329eef51356b9fa33cba5f4693c1c2346ab5a3/zntrack/fields/field.py#L246 Sometimes it just creates: ``` plots: - nodes/MLModel/log.csv: {} - nodes/MLModel_1/log.csv: {} - nodes/MLModel_2/log.csv: {} - nodes/MLModel_3/log.csv: {} - nodes/MLModel_4/log.csv:...
Add `with self.state.patch_open()` to view `dvc.outs` files see maybe https://stackoverflow.com/questions/15573569/how-to-patch-open-from-an-imported-module-using-mock
- [ ] metrics - [ ] plots - [ ] example notebooks
Add them
See https://dvc.org/doc/user-guide/project-structure/dvcyaml-files instead of `zntrack.json` maybe?
# TODOs - [x] update readme - [x] update docs - [x] add ZnFlow package - [x] add `$nwd$` - [x] fix lazy loading - [x] fix jupyter support -...
Raise an Error if something is passed to zn.deps that is not compatible. Check the other ones as well. Also for dvc options. Thanks @SamTov for pointing this out.