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 Nov 20, 2024
2 parents 6406822 + 3e01c35 commit c098be4
Show file tree
Hide file tree
Showing 3 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 @@ -101,4 +101,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))
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
"Programming Language :: Python :: 3.6",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"License :: NIST License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
],
# scripts=glob.glob(os.path.join(JARVIS_DIR, "*"))
)
)

0 comments on commit c098be4

Please sign in to comment.