Skip to content

Commit

Permalink
Deleted program.link
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jul 25, 2024
1 parent 38347d1 commit 7d780da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/nomad_parser_wannier90/parsers/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ def parse(
simulation.program = Program(
name='Wannier90',
version=self.wout_parser.get('version', ''),
link='https://wannier.org/',
)
archive.data = simulation

Expand Down
1 change: 0 additions & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def test_single_point_La2CuO4(parser):
# Program
assert simulation.program.name == 'Wannier90'
assert simulation.program.version == '3.1.0'
assert simulation.program.link == 'https://wannier.org/'

# ModelSystem
assert len(simulation.model_system) == 1
Expand Down

1 comment on commit 7d780da

@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, 222, 276–277, 317, 335, 374–375, 390, 405, 420, 463
   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.395s ⏱️

Please sign in to comment.