Fabian Zills
Fabian Zills
### Environment - **Covalent version**: covalent = "^0.232.0.post1" - **Python version**: Python 3.12.3 - **Operating system**: Mac OS ### What is happening? Hey covalent developers, I've been trying to use...
### General information - json-editor version: 2.15.1 ### Expected behavior I would expect the `oneOf` dropdown menu to be expanded over the full width. ### Actual behavior The text in...
This is not a fix for https://github.com/MDAnalysis/mdanalysis/issues/4598 but enables reading files that contain data in ``` observables \-- | \-- | \-- step: Integer[variable] | \-- time: Float[variable] | \--...
- [ ] check what can be passed to `zntrack.deps` (after #825) Node, Con, dataclass - [ ] notebook support using https://github.com/zincware/znipy ? - [x] dataclass deps need to save...
when using `x = zntrack.from_rev("BMIM_SCN_Smiles2Gromacs", remote="../")` it raises issues like `zntrack.json` not found and so on.
Required to enable something like `{option: additional_data}`
We can assume that once a Node has been `run` and the DVC data is committed, that the data in memory is identical to the data on disk. If we...
I found that when using `zndraw node.atoms --remote .` when using `src.Node` as the node, I get an `ModuleNotFoundError: No module named 'src'. The package might be available via 'pip...
With `zntrack.outs = dataclass.Field(meta={type: outs})` or something. We can convert all standard types into `params` - maybe a good way of seperating deps / params would be nice. Then make...