Henrik Stooss
Henrik Stooss
If a mount point referenced by the `iocage fstab -a` doesn't exist, the command throws an error. But https://github.com/iocage/iocage/blob/82193949a14555ef17ab60f66ac180880c9fa20c/iocage_lib/ioc_fstab.py#L443 implies that the command should also be able to create the...
**Summary** We were working on a pyiron based analysis using LAMMPS GCMC. We basically just sub-classed the Lammps class and adapted it a bit. (Adding the fix basically) Everything works...
## Expected behavior ## The `center_of_mass` method is only accessible when information about masses is present. ## Actual behavior ## Due to the fact that the guesser returns a mass...
I changed the behaviour of the changelog check in the following way: - moved the check to the docs tox job - skip the check when on main branch