Jan Janssen

Results 197 comments of Jan Janssen

If you replace the pyiron atoms with ASE atoms it also works: ```python def create_structure(element): factory = StructureFactory() structure = factory.bulk(element) data_dict = {"fcc": {"structure": pyiron_to_ase(structure)}} return data_dict ``` EDIT:...

A minimal example to get the same error: ```python from pyiron_base import Project from pyiron_atomistics import ase_to_pyiron from ase.build import bulk def echo(i): return i pr = Project("TEST") job =...

``` checking for inflateEnd in -lz... no configure: error: failed to find zlib ```

Hi @XzzX, I looked into this and noticed that there are two possible options to change this behavior, either: https://github.com/pyiron/pyiron_base/blob/main/pyiron_base/database/generic.py#L337 or: https://github.com/pyiron/pyiron_base/blob/main/pyiron_base/database/generic.py#L956 But in both cases it fails in our...

@XzzX The changes were included in `0.11.0` while the cluster is still running `0.10.10`, so we have to wait for an update of the cluster environment. @niklassiemer Can you take...