Skip to content

Commit

Permalink
Increase thr a biy
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Feb 12, 2024
1 parent 0238307 commit fca927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/calculations/test_spectra.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ def test_compute_raman_susceptibility_tensors(generate_phonopy_instance, generat
print(alpha_comp, alpha_theo)
print('\n', '================================', '\n')

assert np.abs(abs(alpha_comp) - abs(alpha_theo)) < 1e-4
assert np.abs(abs(alpha_comp) - abs(alpha_theo)) < 1e-3

0 comments on commit fca927f

Please sign in to comment.