-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from libAtoms/elastic_constants
ENH: Analytic Hessian, non-affine forces and elastic constants
- Loading branch information
Showing
104 changed files
with
34,172 additions
and
32,920 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
matscipy/_version.py export-subst | ||
*.fs -linguist-detectable | ||
*.fs -linguist-detectable | ||
.gitattributes text eol=lf | ||
*.py text eol=lf | ||
*.sh text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Run tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- '*' | ||
tags: | ||
- '*' | ||
|
||
jobs: | ||
tests: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
|
||
- name: install_python | ||
run: | | ||
sudo apt-get update -qy | ||
sudo apt-get install -y python3-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev | ||
sudo pip3 install -r requirements.txt | ||
- name: build_c | ||
run: | | ||
python3 setup.py build | ||
sudo python3 setup.py install | ||
- name: pytest | ||
run: | | ||
cd tests | ||
pytest -s --verbose |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.