Skip to content

Commit 0de6c4e

Browse files
committed
Add Alexandria DB.
1 parent abfc360 commit 0de6c4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jarvis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def test(*args):
1010
import pytest
1111

1212
path = os.path.join(os.path.split(__file__)[0], "tests")
13-
pytest.main(args=[path] + list(args))
13+
pytest.main(args=[path] + list(args))

jarvis/analysis/structure/spacegroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,4 +738,4 @@ def check_duplicate_coords(coords=[], coord=[]):
738738
# spg=SpacegroupAnalyzer(pmg)
739739
# print (spg.get_space_group_symbol(),spg.get_space_group_number())
740740
# print (pmg.get_primitive_structure())
741-
"""
741+
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
"Topic :: Scientific/Engineering",
8787
],
8888
# scripts=glob.glob(os.path.join(JARVIS_DIR, "*"))
89-
)
89+
)

0 commit comments

Comments
 (0)