Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Added win_parser module
Browse files Browse the repository at this point in the history
Fix parsing ModelSystem and ModelMethod
  • Loading branch information
JosePizarro3 committed Apr 29, 2024
1 parent 57d1e72 commit a6ef9b3
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 251 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
pip install --upgrade pip
pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install coverage coveralls
- name: mypy
run: |
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional src/nomad_parser_wannier90 tests
- name: Test with pytest
run: |
python -m coverage run -m pytest -sv
Expand Down
Loading

0 comments on commit a6ef9b3

Please sign in to comment.