We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c0fdc commit be35142Copy full SHA for be35142
pynch/nubase_parse.py
@@ -47,7 +47,7 @@ def _read_all_halflife_data(self, line: str) -> tuple:
47
self._read_halflife_error(line)
48
)
49
50
- def _read_spin(self, line: str) -> str:
+ def _read_spin(self, line: str) -> typing.Union[str, None]:
51
"""Extract the spin of the isotope and it's level."""
52
# 2020 brought in '*' for directly measured. Just remove it for the moment
53
# TODO parse the spin parity with the new characters
0 commit comments