Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase tolerance in test_get_enthalpy_quantum_fourier
When testing HinderedRotor.get_enthalpy() method using a Fourier series potential in the quantum limit it calls get_enthalpy which in the quantum limit calls solve_schrodinger_equation which calls scipy.linalg.eig_banded(H, lower=True, eigvals_only=True, overwrite_a_band=True) There's a lengthy discussion in #1682 trying to track down the possibility of a bug. In the end they increased the tolerance on a test. Since nothing has changed recently, except some C libraries etc. on conda-forge, I propose taking the same approach, and relaxing the tolerance
- Loading branch information