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

Commit

Permalink
Fix regex for matching parser
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jun 18, 2024
1 parent 3713a75 commit ab4e9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_parser_wannier90/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def load(self):
name='Wannier90ParserEntryPoint',
description='Entry point for the Wannier90 parser.',
level=1,
mainfile_contents_re=r'\|\s*Wannier90\s*\|',
mainfile_contents_re=r'\|\s*WANNIER90\s*\|',
)

1 comment on commit ab4e9d5

@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/parsers
   __init__.py8275%9–11
   band_parser.py441175%39, 65–66, 76–77, 80–81, 93–94, 99–100
   dos_parser.py18194%33
   hr_parser.py47883%43, 61–62, 74–75, 109–111
   parser.py4898283%79–133, 345–346, 386, 404, 443–444, 471, 486, 501, 543, 644–645, 704–708, 713–714, 716, 722–727, 733, 735–738, 742, 759–761, 763–764, 789–796, 800–801, 806, 830–831, 846–847, 851, 907–911, 916, 918, 929–930, 935, 982–986, 992
   schema.py330%20–25
   win_parser.py962772%53, 110–116, 139–141, 143–144, 182, 191–193, 203–205, 226–229, 236, 238–239, 243, 260–264
src/nomad_parser_wannier90/parsers/utils
   utils.py14379%46–48
TOTAL72013781% 

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

Please sign in to comment.