chr1shr / voro

Voro++: a three-dimensional Voronoi cell library in C++
Other
154 stars 44 forks source link

test suite #11

Open ltalirz opened 3 years ago

ltalirz commented 3 years ago

from https://github.com/chr1shr/voro/issues/8#issuecomment-826415313

There are several example codes that are provided that can serve as tests of the library, e.g., in the random points example, it checks that the volume of the Voronoi cells exactly matches the volume of the container. I'll can think about making a few of these examples serve as a test suite.

ltalirz commented 3 years ago

All I would need to know is which commands to run. I could then take care to run these automatically before any update of the conda package. If you like, I can also add it here on directly on the repository to run on every commit (which can be useful for accepting pull requests to make sure they don't break the code).