Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jul 16, 2024
1 parent 04a514d commit 0f555e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pip install nomad-parser-wannier90 --index-url https://gitlab.mpcdf.mpg.de/api/v

If you want to develop locally this package, clone the project and in the workspace folder, create a virtual environment (note this project uses Python 3.9):
```sh
git clone https://github.com/nomad-coe/nomad-simulations.git
cd nomad-simulations
git clone https://github.com/nomad-coe/nomad-parser-wannier90.git
cd nomad-parser-wannier90
python3.9 -m venv .pyenv
. .pyenv/bin/activate
```
Expand Down Expand Up @@ -165,4 +165,4 @@ Once you modify your `nomad.yaml` file adding `include`, all the default plugins

----

This `nomad`_ plugin was generated with `Cookiecutter`_ along with `@nomad`_'s `cookiecutter-nomad-plugin`_ template.
This `nomad`_ plugin was generated with `Cookiecutter`_ along with `@nomad`_'s `cookiecutter-nomad-plugin`_ template.

1 comment on commit 0f555e1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/nomad_parser_wannier90
   __init__.py4250%3–4
   _version.py11282%5–6
src/nomad_parser_wannier90/parsers
   __init__.py8275%9–11
   band_parser.py511571%23, 43, 69–70, 92–93, 96–97, 102–106, 115–116, 121–122
   dos_parser.py18194%32
   hr_parser.py48981%23, 47, 65–66, 78–79, 113–115
   parser.py1791293%27, 223, 277–278, 318, 336, 375–376, 391, 406, 421, 465
   win_parser.py973168%23, 54, 111–117, 138, 140–142, 144–145, 175–178, 183, 192–194, 204–206, 227–230, 237, 239–240, 244, 261–265
src/nomad_parser_wannier90/parsers/utils
   utils.py14379%46–48
src/nomad_parser_wannier90/schema_packages
   __init__.py8275%9–11
   package.py13130%1–24
TOTAL4529280% 

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 18.252s ⏱️

Please sign in to comment.