Skip to content

Commit

Permalink
Fixed archive.data def
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jul 24, 2024
1 parent d871aeb commit 38347d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_parser_wannier90/parsers/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def parse(
version=self.wout_parser.get('version', ''),
link='https://wannier.org/',
)
archive.m_add_sub_section(EntryArchive.data, simulation)
archive.data = simulation

# `ModelSystem` parsing
model_system = self.parse_model_system(logger)
Expand Down

1 comment on commit 38347d1

@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, 464
   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.448s ⏱️

Please sign in to comment.