Skip to content

Commit

Permalink
Standard name for entry point name
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Sep 26, 2024
1 parent 55130ae commit 5ffef84
Show file tree
Hide file tree
Showing 7 changed files with 16,386 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ Alternatively and only valid for your local NOMAD installation, you can modify `
plugins:
entry_points:
include:
- ["nomad_parser_wannier90.parsers:nomad_parser_wannier90_plugin"]
- ["nomad_parser_wannier90.schema_packages:nomad_parser_wannier90_schema"]
- ["nomad_parser_wannier90.parsers:parser_entry_point"]
- ["nomad_parser_wannier90.schema_packages:schema_package_entry_point"]
```
**Note!**
Expand Down
Loading

1 comment on commit 5ffef84

@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 🔥 11.972s ⏱️

Please sign in to comment.