Skip to content

Commit

Permalink
Merge branch 'main' of github.com:materialsproject/atomate2
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jul 18, 2024
2 parents 8a9b2fc + 42cae12 commit 58f8b9a
Show file tree
Hide file tree
Showing 66 changed files with 1,339 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
if: github.event_name == 'repository_dispatch' && github.event.action == 'pymatgen-ci-trigger'
run: pip install --upgrade 'git+https://github.com/materialsproject/pymatgen@${{ github.event.client_payload.pymatgen_ref }}'

- name: Test Notebooks
run: pytest --nbmake ./tutorials

- name: Test
env:
MP_API_KEY: ${{ secrets.MP_API_KEY }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ docs/reference/atomate2.*

# see https://github.com/materialsproject/atomate2/issues/345
*.doctrees*

.ipynb_checkpoints
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ repos:
stages: [commit, commit-msg]
args: [--ignore-words-list, 'titel,statics,ba,nd,te,atomate']
types_or: [python, rst, markdown]
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
args: [
--drop-empty-cells,
--strip-init-cells,
--extra-keys=metadata.kernelspec,
]
1 change: 1 addition & 0 deletions docs/_static/docs_store_Si_relax.json

Large diffs are not rendered by default.

Binary file added docs/_static/example_flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
user/index
user/install
user/running-workflows
user/docs-schemas-emmet
user/fireworks
user/atomate-1-vs-2
user/codes/index
Expand Down
Loading

0 comments on commit 58f8b9a

Please sign in to comment.