Skip to content

Commit

Permalink
Minor docstring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Sep 27, 2024
1 parent 4be85cc commit 8dc61ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nomad_parser_wannier90/parsers/win_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _convert_position(
self, position: list[float], atomic_cell: AtomicCell, units: str
) -> tuple[list, list]:
"""
Convert the atom `positions` in fractional or cartesian coordinates to the atom `chemical_symbols`.
Convert the atom `position` in fractional or cartesian coordinates to the atom `chemical_symbol`.
Args:
position (list[float]): The position in fractional or cartesian coordinates.
Expand Down Expand Up @@ -146,7 +146,7 @@ def get_branch_label_and_atom_indices(
units: str,
) -> tuple[str, list]:
"""
Gets the branch label and the atom indices for the child model system.
Get the branch label and the atom indices for the child model system.
Args:
atom (Union[str, int]): The atom string containing the positions information. In some older version,
Expand Down

1 comment on commit 8dc61ee

@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__.py10280%24–26
   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.py2243883%8–9, 215, 269–270, 310, 367–368, 385, 402, 419, 475–478, 508, 539–587
   win_parser.py1082081%5, 35–36, 65, 162, 169–171, 210, 221–222, 252–255, 262, 264–265, 269, 286–290
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
TOTAL51710979% 

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

Please sign in to comment.