EMsoft-org / EMSphInx

C++ Spherical Indexing repository
GNU General Public License v2.0
8 stars 20 forks source link

Wigner Table Tests Fail on Windows #1

Closed wlenthe closed 4 years ago

wlenthe commented 4 years ago

All tests pass on osx and linux. The tests for individual values of the Wigner d / D and derivatives (compared to tabulated mathematica results) pass on Windows, but the comparison of individual values against efficiently computed tables fails. The values are very close (~1 or 2 representable floating point numbers away) but not identical as on osx/linux.

wlenthe commented 4 years ago

can no longer reproduce after a clean build (all tests are passing on MSVC 2017)