pytim
pytim copied to clipboard
a python package for the interfacial analysis of molecular simulations
fixes a double call to guess radii, which creates trouble
This PR pins [pytest-cov](https://pypi.org/project/pytest-cov) to the latest release **3.0.0**. Changelog ### 3.0.0 ``` ------------------- **Note that this release drops support for Python 2.7 and Python 3.5.** * Added support for...
If resources are limited, the default option to run kdtree with multiple threads might have the code terminated.
pytim.GITIM() might crash because of a segfault in scipy.spatial.Delaunay() on some platforms. This is likely related to https://github.com/scipy/scipy/issues/9751 and/or https://github.com/scipy/scipy/issues/9858 As a quick workaround, install `pytetgen`, which is used preferentially...
we should test conda on travis, using something along the lines of https://github.com/Anaconda-Platform/anaconda-project/blob/master/.travis.yml
see #310 & #311
Feel free to add to this list: - [x] document `group.clusters` and `group.sides` (Marcello) - [ ] add scaling of other algorithms (Marcello) - [ ] make a more visible...
If a universe is passed, as in other observables, crashes instead of bypassing it. Same for Velocity() & Force()