Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Oct 18, 2024
2 parents 6458998 + 7f2f2bf commit abfc360
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ print(df)

[Open in SLMat]: https://img.shields.io/badge/Open-SLMat-blue

[Open in Colab]: https://colab.research.google.com/assets/colab-badge.svg
[Open in Colab]: https://colab.research.google.com/assets/colab-badge.svg
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 abfc360

Please sign in to comment.