Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Sep 25, 2024
1 parent 1e693aa commit 55130ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you want to develop locally this package, clone the project and in the worksp
```sh
git clone https://github.com/nomad-coe/nomad-parser-wannier90.git
cd nomad-parser-wannier90
python3.9 -m venv .pyenv
python3.11 -m venv .pyenv
. .pyenv/bin/activate
```

Expand Down

1 comment on commit 55130ae

@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__.py9278%20–22
   band_parser.py511571%4, 24, 50–51, 73–74, 77–78, 85–89, 98–99, 104–105
   dos_parser.py18194%13
   hr_parser.py48981%4, 28, 46–47, 59–60, 94–96
   parser.py2244580%8, 215, 269–270, 310, 328, 367–368, 385, 402, 419, 465, 475–478, 508, 534–589
   win_parser.py973168%4, 35, 92–98, 119, 121–123, 127–128, 160–163, 168, 177–179, 189–191, 212–215, 222, 224–225, 229, 246–250
src/nomad_parser_wannier90/parsers/utils
   utils.py291355%4, 35–37, 56–71
src/nomad_parser_wannier90/schema_packages
   __init__.py8275%9–11
   package.py550%1–11
TOTAL50512775% 

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

Please sign in to comment.