Skip to content

Commit

Permalink
Add Alexandria DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Oct 18, 2024
1 parent abfc360 commit 0de6c4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test(*args):
import pytest

path = os.path.join(os.path.split(__file__)[0], "tests")
pytest.main(args=[path] + list(args))
pytest.main(args=[path] + list(args))
2 changes: 1 addition & 1 deletion jarvis/analysis/structure/spacegroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,4 +738,4 @@ def check_duplicate_coords(coords=[], coord=[]):
# spg=SpacegroupAnalyzer(pmg)
# print (spg.get_space_group_symbol(),spg.get_space_group_number())
# print (pmg.get_primitive_structure())
"""
"""
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
"Topic :: Scientific/Engineering",
],
# scripts=glob.glob(os.path.join(JARVIS_DIR, "*"))
)
)

0 comments on commit 0de6c4e

Please sign in to comment.