Fabian Zills
Fabian Zills
Any updates on this?
> As far as I remember, ZnDraw wouldn't work if its running on more than one server. Does this only happen with the newest release or isn't this also present...
Thanks, I had to add `dvc queue remove` to clean the queue from the old experiment which would just be a copy. But this was more or less exactly what...
It probably can't be `dvc queue run ` because the id changes so I like the `dvc queue pop ` idea. How would this affect the workspace? If you use...
In addition to `dvc queue pop ` one could also have just `dvc queue pop` to start the next experiment in line. In this way one can run multiple experiments...
I found a solution for myself by writing https://github.com/zincware/dask4dvc and adding this feature via `dask4dvc run ` which will reproduce the specific experiment.
You can `git stash --include-untracked` before you `dvc exp apply`and see if `git stash pop` does work. @dberenbaum Unfortunately, I won't be able to add my `dask4dvc` implementation because it...
add triggers: - on submit - on step update - on selection - on hover to run e.g. a predefined modifier, show an analysis plot, ...
Another solution could be, to include the data files into the repository via https://github.com/iterative/dvc and use `dvc pull` during the documentation build process.
# Few considerations that came to my mind. - we could call `Specie` a `ParticleGroup` ? - how to treat e.g. dynamic charges that come from the trajectory data? ##...