giovannipizzi / seekpath

A module to obtain and visualize k-vector coefficients and obtain band paths in the Brillouin zone of crystal structures
Other
114 stars 45 forks source link

Fixing a bug in the test suite #79

Closed giovannipizzi closed 4 years ago

giovannipizzi commented 4 years ago

I had thought about the possibility that the order of the faces (in the Brillouin zone code) was random, and also that a face could be returned with points in reversed order (i.e., upside down); but the test to check this case had a bug (that probably was never spotted because until now the order was the same as in my test).

This fixes #78