Skip to content

Commit

Permalink
Fix path to nomad in pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Sep 23, 2024
1 parent 35a7957 commit 1c6d488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers = [
]
license = { file = "LICENSE" }
dependencies = [
"nomad-lab>=1.3.0",
"nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git@ea0e5cbc632a514ea4d7e0bca1fab105d452f94c",
"nomad-simulations@git+https://github.com/nomad-coe/nomad-simulations.git@64ae0efb323cf17b20651f9a9a50864832db9a71",
]

Expand Down

1 comment on commit 1c6d488

@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%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, 214, 268–269, 309, 327, 366–367, 384, 401, 418, 464, 474–477, 507, 533–588
   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
TOTAL50412775% 

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

Please sign in to comment.