Skip to content

Commit

Permalink
Add check for spglib
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbennet committed Dec 21, 2021
1 parent 56bf545 commit 48710a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nexus/tests/unit/test_qdens_radial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from testing import execute,text_eq,check_value_eq


if versions.h5py_available:
if versions.spglib_available:
def test_radial_density():
import os

Expand Down Expand Up @@ -85,7 +85,6 @@ def test_radial_density():
Non-Cumulative Value of C Species at Cutoff 0.6 is: 4.773264912162242
'''
print(out)
assert(text_eq(out,out_ref))

# VMC cumulative
Expand Down

0 comments on commit 48710a5

Please sign in to comment.