Fabian Zills

Results 392 issues of Fabian Zills

https://github.com/zincware/ZnTrack/blob/8714e62fb741b163ae65848807b45af984f54ba9/zntrack/project/zntrack_project.py#L205 Log a warning message, if `nodes` is not None, that ther other Nodes won't be updated.

the uuid might change if the node is being loaded.

bug
p1-important

https://github.com/zincware/ZnTrack/blob/1cd0df6b88d77faa983d1c94bc10d4525fdbacd1/zntrack/project/zntrack_project.py#L361-L363 This might fail, because either the Project is used or e.g. the file could be removed by stashing (see the parametrization notebook with seed=42)

bug

when just using plain float, it will not display with `dvc metrics show`

Adding a new parameter, even with a default value will render all previous runs invalid. because the run cache won't work. Have somthing like: ```py parameter: Optional[int] = zntrack.zn.params(None) parameter:...

https://github.com/zincware/ZnTrack/blob/8163bc0cb33765f74e5c8135b3b844d66c311256/zntrack/fields/zn/__init__.py#L360-L366 Each time the graph is built, this command is executed. This is: - slow - leads to issues because the same file is imported twice. Also test with two...

Check if you can pass the `dvc.outs` from one Node as `dvc.deps` to another node!

Allow passing additional arguments such as `always-changed` to each Node and write a test! https://github.com/zincware/ZnTrack/blob/aa92f6c375293a1a2a2e1cc0fca2e04ad9fa436d/zntrack/project/zntrack_project.py#L161 consider `project.run/build(always_changed=[node, ...])` - [ ] search `always` and fix all references